[Mlir-commits] [mlir] [mlir][tosa] Enhance TosaInferShapes pass for simple shape inference (PR #178418)

Sayan Saha llvmlistbot at llvm.org
Wed Jan 28 09:07:18 PST 2026


sahas3 wrote:

> cc @udaya-ranga @psunn @Tai78641 @sahas3
> 
> In hindsight, "convert-function-boundaries" probably wants to be moved into a separate pass as other passes, such as "tosa-narrow-i64-to-i32", share similar functionality. Happy to hear thoughts on this.

I think it makes sense to have a single pass to avoid duplication/easy maintainability. 

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


More information about the Mlir-commits mailing list