[Mlir-commits] [mlir] [mlir][LLVM] Add disjoint flag (PR #115855)
Tobias Gysi
llvmlistbot at llvm.org
Tue Nov 12 04:05:30 PST 2024
================
@@ -114,6 +114,33 @@ def ExactFlagInterface : OpInterface<"ExactFlagInterface"> {
];
}
+def DisjointFlagInterface : OpInterface<"DisjointFlagInterface"> {
+ let description = [{
+ This interface defines an LLVM operation with an disjoint flag and
----------------
gysit wrote:
```suggestion
This interface defines an LLVM operation with a disjoint flag and
```
nit:
https://github.com/llvm/llvm-project/pull/115855
More information about the Mlir-commits
mailing list