[Mlir-commits] [mlir] [MLIR][XeGPU] Add lowering from transfer_read/transfer_write to load_gather/store_scatter (PR #152429)
Jianhui Li
llvmlistbot at llvm.org
Wed Aug 13 14:51:20 PDT 2025
================
@@ -165,6 +456,22 @@ struct TransferReadLowering : public OpRewritePattern<vector::TransferReadOp> {
if (failed(transferPreconditions(rewriter, readOp)))
return failure();
+ // lower to regular load Op if the target HW is not PVC
----------------
Jianhui-Li wrote:
use scattered load/store
https://github.com/llvm/llvm-project/pull/152429
More information about the Mlir-commits
mailing list