llvm-project
24c2ba07
- [InstCombine] Drop NSW when converting `shl X, BW - 1` back into mul (#121633)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
269 days ago
[InstCombine] Drop NSW when converting `shl X, BW - 1` back into mul (#121633) `X <<s BW - 1` and `X *s INT_MIN` are not equivalent. Alive2: https://alive2.llvm.org/ce/z/MKKFrj Closes https://github.com/llvm/llvm-project/issues/121584
References
#121633 - [InstCombine] Drop NSW when converting `shl X, BW - 1` back into mul
Author
dtcxzyw
Parents
4a7c0b8a
Loading