[Mlir-commits] [mlir] [mlir][tosa] Add a pass to downgrade TOSA `1.1.draft` to `1.0` (PR #194971)
Luke Hutton
llvmlistbot at llvm.org
Tue May 5 06:36:55 PDT 2026
================
@@ -185,6 +185,17 @@ def TosaAttachTarget : Pass<"tosa-attach-target", "ModuleOp"> {
];
}
+def TosaDowngrade1p1To1p0Pass
----------------
lhutton1 wrote:
Agreed, I think we can eventually end up with something like this when more versions are added. Another approach could be to add a parameterised pipeline to invoke the relevant passes. For now, I was thinking to add just a single pass targeting 1.1 -> 1.0 for simplicity. As more versions are added we can re-evaluate the design. WDYT?
https://github.com/llvm/llvm-project/pull/194971
More information about the Mlir-commits
mailing list