llvm-project
ab7cec94 - [InstCombine] Remove redundant assume fold (#195852)

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.
Author
Parents
Loading