[Mlir-commits] [mlir] [mlir][transform] LISH: Add transform op (PR #70630)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Mon Oct 30 02:58:45 PDT 2023
================
@@ -2109,3 +2109,48 @@ transform.sequence failures(propagate) {
transform.yield
}
}
+
+// -----
+
----------------
ftynse wrote:
This doesn't really belong to `test-interpreter`, which, as the name indicates, is supposed to test the interpreter itself. Please start a new file.
https://github.com/llvm/llvm-project/pull/70630
More information about the Mlir-commits
mailing list