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

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






More information about the llvm-commits mailing list