[llvm] [IR] Add disjoint flag for Or instructions. (PR #72583)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 20 05:48:40 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
----------------
nikic wrote:
```suggestion
/// An or instruction, which can be marked as "disjoint", indicating that the
```
(I think?)
https://github.com/llvm/llvm-project/pull/72583
More information about the llvm-commits
mailing list