llvm-project
ab7cec94
- [InstCombine] Remove redundant assume fold (#195852)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
14 days ago
[InstCombine] Remove redundant assume fold (#195852) The fold is fully redundant with the fold using `computeKnownBits`, so we can let that do the work instead.
References
#195852 - [InstCombine] Remove redundant assume fold
Author
philnik777
Parents
176dff4a
Loading