[Mlir-commits] [mlir] [mlir] Implement indexed access op interfaces for memref, vector, gpu, nvgpu (PR #177014)

Krzysztof Drewniak llvmlistbot at llvm.org
Fri Feb 27 18:21:56 PST 2026


krzysz00 wrote:

> So I’d strongly prefer we keep the contract MemRef-only

As a concrete sanity check, would the contract be MemRef-only if calling any of the interface methods while the base wasn't a MemRefType (other than the getter for said base, which returns `TypedValue<MemRefType>()`) was an assertion failure?

I'm fine with that

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


More information about the Mlir-commits mailing list