[llvm] [InstCombine] Fold (x + y) & (2^C) -> x & 2^C when y % 2^(C+1) == 0 (PR #157072)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 7 07:32:08 PDT 2025


https://github.com/dtcxzyw edited https://github.com/llvm/llvm-project/pull/157072


More information about the llvm-commits mailing list