[Mlir-commits] [mlir] [mlir][memref] Add static_sizes attribute to memref.view (PR #183795)

Ivan Butygin llvmlistbot at llvm.org
Sat Feb 28 03:24:04 PST 2026


Hardcode84 wrote:

High level opinion for all memref ops: those static OOB verifications do more harm then good and hurt overall composability. They should be runtime asserts/poison, not the verifier errors.

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


More information about the Mlir-commits mailing list