[llvm] [InstCombine] Missed optimization: Fold (sext(a) & c1) == c2 to (a & c3) == trunc(c2) (PR #112646)

via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 9 10:55:45 PST 2024


https://github.com/XChy approved this pull request.

LGTM

https://github.com/llvm/llvm-project/pull/112646


More information about the llvm-commits mailing list