[PATCH] Added InstCombine transform for pattern "(A ^ B) | ((~A) ^ B) -> True".
David Majnemer
david.majnemer at gmail.com
Wed Jul 30 14:37:37 PDT 2014
I've gone ahead and fixed this in rL214342; it includes a more general transform which should handle more cases.
http://reviews.llvm.org/D4691
More information about the llvm-commits
mailing list