[llvm] [InstCombine] Fold (x + y) & (2^C) -> x & 2^C when y % 2^(C+1) == 0 (PR #157072)
Shamshura Egor via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 7 05:52:22 PST 2025
egorshamshura wrote:
see https://github.com/llvm/llvm-project/pull/166935
https://github.com/llvm/llvm-project/pull/157072
More information about the llvm-commits
mailing list