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

Anton Korobeynikov anton at korobeynikov.info
Thu Sep 4 23:12:09 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/D4970






More information about the llvm-commits mailing list