[Mlir-commits] [mlir] [mlir] Implement indexed access op interfaces for memref, vector, gpu, nvgpu (PR #177014)
Krzysztof Drewniak
llvmlistbot at llvm.org
Thu Feb 5 11:47:38 PST 2026
krzysz00 wrote:
Re the concerns - I'm going to quote
```c++
/*desc=*/[{
Return the accessed memref. If the operation is still in tensor form, return
the null value.
}],
/*retType=*/"::mlir::TypedValue<::mlir::MemRefType>",
/*methodName=*/"getAccessedMemref",
```
so it's entirely legal to implement this operation on things that bufferize.
So now that this PR doesn't even try to touch vector.gather/vector.scatter, 'are we unblocked?
@Groverkss
https://github.com/llvm/llvm-project/pull/177014
More information about the Mlir-commits
mailing list