[PATCH] Added InstCombine Tranformation for (A | B) ^ ((A ^ C) & B) -> (A ^ (B & (~C)))

Anton Korobeynikov anton at korobeynikov.info
Thu Sep 4 23:11:58 PDT 2014


Please provide the information asked in other thread for similar pattern:
1. How often this transformation triggers in LLVM testsuite. Where, in which tests.
2. How often this transformation triggers in SPEC. Where, in which tests.

http://reviews.llvm.org/D5061






More information about the llvm-commits mailing list