[Mlir-commits] [mlir] [mlir][tosa] Enhance TosaInferShapes pass for simple shape inference (PR #178418)
Tai Ly
llvmlistbot at llvm.org
Wed Jan 28 09:37:59 PST 2026
Tai78641 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.
moving this to a separate pass would need it to be a stand-alone pass, which I suppose will look for the cast returns and then change function's return types? If that is the case, then I agree.
https://github.com/llvm/llvm-project/pull/178418
More information about the Mlir-commits
mailing list