[Mlir-commits] [mlir] [NFC][MLIR] Document better linalg morphism (PR #154313)

Javed Absar llvmlistbot at llvm.org
Tue Aug 19 08:01:48 PDT 2025


================
@@ -10,6 +10,84 @@
 #define MLIR_DIALECT_LINALG_PASSES
 
 include "mlir/Pass/PassBase.td"
+include "mlir/IR/Constraints.td"
+
+// ------------------ Begin of "form" conversions
+//
+// These conversions allow for the transformation of linalg ops between different forms.
+// Structured ops can be represented in different forms, such as named ops, category ops, and generic ops.
+//
----------------
javedabsar1 wrote:

should we write it other way around as that's the normal flow
named  category generic.

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


More information about the Mlir-commits mailing list