[Mlir-commits] [mlir] [mlir][tosa] Add pass to assign static input shape to TOSA functions (PR #171156)

Sayan Saha llvmlistbot at llvm.org
Tue Dec 9 07:19:07 PST 2025


================
@@ -198,4 +198,26 @@ def TosaNarrowI64ToI32Pass : Pass<"tosa-narrow-i64-to-i32", "func::FuncOp"> {
   ];
 }
 
+def TosaInputShape : Pass<"tosa-experimental-input-shape", "func::FuncOp"> {
----------------
sahas3 wrote:

Curious about the use of "experimental" in the pass name. Do you think this pass may fail for certain edge cases?

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


More information about the Mlir-commits mailing list