[llvm] [InstCombine] Optimize 'xor-and/or-select' sequence to 'or' for bool (PR #66394)

Bryan Chan via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 15 16:03:15 PDT 2023


================
@@ -0,0 +1,14 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
----------------
bryanpkc wrote:

Move your tests into `llvm/test/Transforms/InstCombine/select-and-or.ll`, instead of creating new files.

https://github.com/llvm/llvm-project/pull/66394


More information about the llvm-commits mailing list