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

Mehdi Amini llvmlistbot at llvm.org
Sat Feb 28 03:09:58 PST 2026


joker-eph wrote:

The motivation for this is still not clear to me actually.

The problem with this "pattern" is that you're moving the complexity around without reducing it. Having to support the dynamic case means we have to provide the general support regardless and the static case is just adding on top of it, complicating the API for all the users.

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


More information about the Mlir-commits mailing list