[Mlir-commits] [mlir] [mlir][tosa] Disallow inferable dim in reshape/slice validation (PR #182472)
Sayan Saha
llvmlistbot at llvm.org
Sat Feb 28 16:45:55 PST 2026
================
----------------
sahas3 wrote:
Okay, looks like the new error checks will only materialize if `-tosa-validate` is called? Currently we don't call this pass in our pipeline (maybe we should but I guess we will run into a lot of failures like this) so I think the legalizations for `slice/reshape` with `-1` in shape will still continue to work?
https://github.com/llvm/llvm-project/pull/182472
More information about the Mlir-commits
mailing list