[Mlir-commits] [mlir] [mlir][linalg] Add category-to-named conversion in linalg-morph-ops (PR #205582)
Javed Absar
llvmlistbot at llvm.org
Wed Jun 24 13:52:47 PDT 2026
================
@@ -0,0 +1,283 @@
+// Forward path `category -> named`
+// RUN: mlir-opt %s -linalg-morph-ops=category-to-named -split-input-file | \
+// RUN: FileCheck %s --check-prefix=ALL,CATEGORY_TO_NAMED
+// RUN: mlir-opt %s -linalg-morph-ops=category-to-named -split-input-file | \
+// RUN: mlir-opt -linalg-morph-ops=named-to-category -split-input-file | \
+// RUN: mlir-opt -linalg-morph-ops=category-to-named -split-input-file | \
+// RUN: FileCheck %s --check-prefix=ALL,ROUND_TRIP
----------------
javedabsar1 wrote:
Good point. Thanks. Fixed.
https://github.com/llvm/llvm-project/pull/205582
More information about the Mlir-commits
mailing list