[PATCH] D49954: [InstCombine] Fold Select with Xor condition

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 28 01:18:53 PDT 2018


xbolva00 added inline comments.


================
Comment at: test/Transforms/InstCombine/select-xor-icmp.ll:55
+;Negative tests
+define i32 @select_xor_icmp_bad_1(i32 %x, i32 %y, i32 %z) {
+; CHECK-LABEL: @select_xor_icmp_bad_1(
----------------
xbolva00 wrote:
> Hm I will remove this test, since other transformation matches it.
Oh, well, just another variant of this fold.

https://rise4fun.com/Alive/bKj


Repository:
  rL LLVM

https://reviews.llvm.org/D49954





More information about the llvm-commits mailing list