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

Andrzej WarzyƄski llvmlistbot at llvm.org
Mon Feb 2 08:02:25 PST 2026


banach-space wrote:

Isn't `IndexedAccessOpInterface` only for MemRefs?  https://github.com/llvm/llvm-project/blob/02804501af9c764126964a965c02dbee84690227/mlir/include/mlir/Dialect/MemRef/IR/MemoryAccessOpInterfaces.td?plain=1#L15-L32

How is it defined for Ops that operate on both MemRefs and Tensors, like `vector.gather` + `vector.scatter`?

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


More information about the Mlir-commits mailing list