[PATCH] InstCombine ((x | ~y) ^ (~x ^ y)) to (x & ~y)
Anton Korobeynikov
anton at korobeynikov.info
Sat Aug 16 12:05:34 PDT 2014
I'm really curios - how often such patterns happen in real world code?
http://reviews.llvm.org/D4940
More information about the llvm-commits
mailing list