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

Lee Wei via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 24 20:08:12 PDT 2024


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


More information about the llvm-commits mailing list