[Mlir-commits] [mlir] [MLIR][MemRef] Validate linear size before lowering allocs (PR #179155)
Stefan Weigl-Bosker
llvmlistbot at llvm.org
Mon Feb 2 08:31:32 PST 2026
sweiglbosker wrote:
I guess the noninvasive option is to consider https://github.com/llvm/llvm-project/issues/179144 wontfix, keep the checkedmul for int64 overflew, and insert poison for the overflowed strides and size (or truncate?). Should I do that instead?
https://github.com/llvm/llvm-project/pull/179155
More information about the Mlir-commits
mailing list