[Mlir-commits] [mlir] [mlir][affine] Fix dim index out of bounds crash (PR #73266)

Rik Huijzer llvmlistbot at llvm.org
Thu Nov 23 13:50:49 PST 2023


rikhuijzer wrote:

Also related is https://github.com/llvm/llvm-project/pull/73027. That PR allows us to simply the code and we could then also remove the "or symbol type" from the error message since that is tested as part of `isValidDim`.

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


More information about the Mlir-commits mailing list