[llvm] [mlir][transform] LISH: Add transform op (PR #70630)

Oleksandr Alex Zinenko via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 30 02:58:43 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 llvm-commits mailing list