[Mlir-commits] [mlir] [mlir][x86] Fix - replace `vector.load` with `vector.transfer_read` (PR #201503)
Arun Thangamani
llvmlistbot at llvm.org
Thu Jun 4 22:05:35 PDT 2026
arun-thmn wrote:
> Hey, just checking... Why are we introducing vector transfer reads so late in the pipeline? Vector loads should support 2D loads as well. What am I missing?
To also support `tensor` type. We are using `vector.transfer_read` to read from tensors.
https://github.com/llvm/llvm-project/pull/201503
More information about the Mlir-commits
mailing list