[Mlir-commits] [mlir] [mlir][LLVM] Add disjoint flag (PR #115855)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Nov 12 04:51:15 PST 2024


=?utf-8?q?Léon?= Frenot <leon.frenot at ens-lyon.fr>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/115855 at github.com>


================
@@ -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
----------------
lfrenot wrote:

Done.

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


More information about the Mlir-commits mailing list