[Mlir-commits] [mlir] [mlir][memref] Fix crash in ReinterpretCastOpConstantFolder for negative sizes (PR #189237)
Ming Yan
llvmlistbot at llvm.org
Mon Mar 30 00:58:43 PDT 2026
NexMing wrote:
The size of a memref cannot be negative, the verifier should reject `memref.reinterpret_cast` operations with a statically known negative size.
https://github.com/llvm/llvm-project/pull/189237
More information about the Mlir-commits
mailing list