[Mlir-commits] [mlir] [mlir][vector] Canonicalize transfer_{read, write} vector<1xT> (PR #196598)
Mehdi Amini
llvmlistbot at llvm.org
Wed May 13 06:30:36 PDT 2026
joker-eph wrote:
> "high-level vector dialect" (virtual vector) and "low-level vector dialect" (hardware vector), with vector.transfer_read included in the [list of "virtual vector ops"](https://mlir.llvm.org/docs/Dialects/Vector/#virtual-vector-ops).
Right but `vector.load` is not part of "hardware vector" as far as I can tell, so there is no conceptual separation between vector.transfer_read and vector.load in the doc that I can locate at the moment (any pointer?).
https://github.com/llvm/llvm-project/pull/196598
More information about the Mlir-commits
mailing list