[llvm] [IR] Add disjoint flag for Or instructions. (PR #72583)
    Craig Topper via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Nov 20 10:38:27 PST 2023
    
    
  
================
@@ -415,6 +415,22 @@ struct OperandTraits<BinaryOperator> :
 
 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryOperator, Value)
 
+/// A or instruction, which can be marked as "disjoint", indicating that the
----------------
topperc wrote:
Yes
https://github.com/llvm/llvm-project/pull/72583
    
    
More information about the llvm-commits
mailing list