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

Oleksandr Alex Zinenko via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 2 05:26:25 PDT 2023


================
@@ -0,0 +1,76 @@
+//===- LoopExtensionOps.td - Transform dialect operations --*- tablegen -*-===//
----------------
ftynse wrote:

Some SCF transforms are currently using the `transform.loop.` prefix, e.g., https://github.com/llvm/llvm-project/blob/main/mlir/include/mlir/Dialect/SCF/TransformOps/SCFTransformOps.td#L43. Could we add a test that mixing these is fine?  (Longer-term, we should rename the SCF ones.)

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


More information about the llvm-commits mailing list