[Mlir-commits] [mlir] [mlir][memref] Rename `memref.load`/`store` members to align with vector dialect (PR #173185)

Ivan Butygin llvmlistbot at llvm.org
Mon Dec 22 07:21:49 PST 2025


Hardcode84 wrote:

> Have you checked that the code compiles with just the new declarations without changing the call sites?

It does not. Those changes needed because they use OpAdaptor's, which doesn't covered by `extraClassDeclaration`.

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


More information about the Mlir-commits mailing list