diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2021-10-05 12:52:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-05 12:52:45 -0700 |
| commit | e745e098c45771c5d411f55b72efa96cbeb9aca6 (patch) | |
| tree | bbffeab68ab88fc5a69fa98772cdb59f3c9b1e6f /compiler/rustc_codegen_llvm/src | |
| parent | 0352a2820d65159c19e323b519c147d134fbf9f0 (diff) | |
| parent | 4ec0377d6a9118b41df4fb587dc0b7d1fc53656f (diff) | |
| download | rust-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
