[Mlir-commits] [mlir] Revert "[mlir][memref] Verify out-of-bounds access for `memref.subview`" (PR #132940)

Matthias Springer llvmlistbot at llvm.org
Tue Mar 25 09:49:20 PDT 2025


matthias-springer wrote:

I checked the IR of the broken test case (`gemm_f32_f16_f16_128x128x128.mlir`). It has an invalid `memref.subview` that runs out-of-bounds. I suspect the reason why the test is working is because we often just use the pointer from the memref descriptor and ignore all sizes. I will check with @grypp tomorrow how to fix the test.


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


More information about the Mlir-commits mailing list