[Mlir-commits] [mlir] [mlir][tosa] Fix unranked tosa canonicalizations crashes (PR #188188)

Sayan Saha llvmlistbot at llvm.org
Tue Mar 24 05:39:14 PDT 2026


================

----------------
sahas3 wrote:

I think for unranked inputs this cast will succeed but `operandTy.hasRank` will fail, so we won't fold which is correct -- is that what's happening? Can you add this info in the PR description, otherwise it seems like the PR is guarding for unranked types everywhere.

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


More information about the Mlir-commits mailing list