[PATCH] Added InstCombine transform for pattern "(A & B) ^ ((A ^ C) | B) -> (~A)".

Anton Korobeynikov anton at korobeynikov.info
Thu Sep 4 23:11:39 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/D4828






More information about the llvm-commits mailing list