[llvm] [InstCombine] Fold `(X & C1) - (X & C2) --> X & (C1 ^ C2)` if `(C1 & C2) == C2` (PR #119316)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 10 02:06:41 PST 2024
https://github.com/nikic closed https://github.com/llvm/llvm-project/pull/119316
More information about the llvm-commits
mailing list