[PATCH] D86363: InstCombine transform pattern "(A ^ B) | ~(A | B) -> ~(A & B)" added

Jaydeep Chauhan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 22 03:35:50 PDT 2020


Jac1494 added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/or-and.ll:13
+  %6 = or i32 %3, %5
+  ret i32 %6
+}
----------------
xbolva00 wrote:
> Add vector tests
Could you please clarify , what you meant by "vector tests"..?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86363/new/

https://reviews.llvm.org/D86363



More information about the llvm-commits mailing list