[Mlir-commits] [mlir] [mlir][memref] Support test-compose-subview dynamic size (PR #146881)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Mon Jul 28 01:01:21 PDT 2025


ftynse wrote:

> Do we know why this check was there in the first place?

Has been there from the start: https://reviews.llvm.org/D99229. The discussion is not very clear on this, my guess is just defensive coding or maybe some confusion as to when static sizes are need to compute static strides (not the case in subview).

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


More information about the Mlir-commits mailing list