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

via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 28 10:09:15 PST 2024


AtariDreams wrote:

Not this in particular, but I've seen code that folds to (A+~B)-(A+B) for example. 

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


More information about the llvm-commits mailing list