[llvm] [InstCombine] Fold (A & B) - (A & ~B) => B - (A ^ B) (PR #79717)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 28 01:07:14 PST 2024


nikic wrote:

Did you encounter this pattern in real-world code?

https://github.com/llvm/llvm-project/pull/79717


More information about the llvm-commits mailing list