[Mlir-commits] [mlir] [mlir][tosa] Add a pass to downgrade TOSA `1.1.draft` to `1.0` (PR #194971)

Sayan Saha llvmlistbot at llvm.org
Fri May 1 07:36:49 PDT 2026


================
@@ -185,6 +185,17 @@ def TosaAttachTarget : Pass<"tosa-attach-target", "ModuleOp"> {
   ];
 }
 
+def TosaDowngrade1p1To1p0Pass
----------------
sahas3 wrote:

Is the motivation here to downgrade ops in draft spec to stable spec? If so, should the pass be named accordingly, for example `TosaDowngradeDraftToStableSpec`? If there's tosa 1.2 draft and 1.1 becomes stable, this pass name will have to updated.

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


More information about the Mlir-commits mailing list