[Mlir-commits] [mlir] [MLIR][Tensor] Fix out-of-bounds FoldEmptyTensorWithDimOp crash #111270 (PR #112196)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Nov 5 21:39:25 PST 2024


https://github.com/MaheshRavishankar commented:

This is another instance where we should just fix this in the verifier of `tensor.dim` operations instead of fixing it everywhere we look at which dim is being accessed

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


More information about the Mlir-commits mailing list