[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:16:31 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(
----------------
Hm I will remove this test, since other transformation matches it.


Repository:
  rL LLVM

https://reviews.llvm.org/D49954





More information about the llvm-commits mailing list