[Mlir-commits] [mlir] [MLIR][MemRef] Validate linear size before lowering allocs (PR #179155)

Matthias Springer llvmlistbot at llvm.org
Sun Mar 1 23:06:25 PST 2026


https://github.com/matthias-springer approved this pull request.

I think this is a good way of handling overflows. We previously tried to abort the pattern, but this is much less intrusive and allows us to make progress with the lowering.

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


More information about the Mlir-commits mailing list