about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2021-10-05 12:52:45 -0700
committerGitHub <noreply@github.com>2021-10-05 12:52:45 -0700
commite745e098c45771c5d411f55b72efa96cbeb9aca6 (patch)
treebbffeab68ab88fc5a69fa98772cdb59f3c9b1e6f /compiler/rustc_codegen_llvm/src
parent0352a2820d65159c19e323b519c147d134fbf9f0 (diff)
parent4ec0377d6a9118b41df4fb587dc0b7d1fc53656f (diff)
downloadrust-e745e098c45771c5d411f55b72efa96cbeb9aca6.tar.gz
rust-e745e098c45771c5d411f55b72efa96cbeb9aca6.zip
Rollup merge of #89351 - tspiteri:wrapping_rem, r=dtolnay
for signed wrapping remainder, do not compare lhs with MIN

Since the wrapped remainder is going to be 0 for all cases when the rhs is -1, there is no need to compare the lhs with MIN.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions