[llvm] [InstCombine] Fold Xor with or disjoint (PR #105992)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Aug 25 13:09:04 PDT 2024
    
    
  
================
@@ -0,0 +1,32 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt < %s -passes=instcombine -S | FileCheck %s
+
----------------
elhewaty wrote:
I believe you should place the tests in the `xor.ll`.
https://github.com/llvm/llvm-project/pull/105992
    
    
More information about the llvm-commits
mailing list