[llvm] [InstCombine] Simplify a complex OR to XOR (PR #75129)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 12 18:13:40 PST 2023
topperc wrote:
I think (and (add x, 32), 48) can be replaced with (and (xor x, 32), 48). Is that optimization alone enough to trigger the rest?
https://github.com/llvm/llvm-project/pull/75129
More information about the llvm-commits
mailing list