[Mlir-commits] [mlir] [mlir][linalg] Morphism across linalg named, category and generic ops. (PR #148424)

Renato Golin llvmlistbot at llvm.org
Thu Aug 7 02:03:09 PDT 2025


================
@@ -0,0 +1,14 @@
+// RUN: mlir-opt %s -linalg-morph-ops=named-to-generic |  FileCheck %s  --check-prefix=NAMED_TO_GENERIC
+// RUN: mlir-opt %s -linalg-morph-ops=named-to-generic |  mlir-opt %s -linalg-morph-ops=generic-to-named | \
+// RUN:   FileCheck %s  --check-prefix=GENERIC_TO_NAMED
----------------
rengolin wrote:

nit: this is technically a roundtrip, not generic-to-named.

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


More information about the Mlir-commits mailing list