[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:49:58 PDT 2025
================
@@ -221,11 +527,26 @@ struct TransferWriteLowering
if (failed(transferPreconditions(rewriter, writeOp)))
return failure();
+ // lower to regular write Op if the target HW is not PVC
----------------
Jianhui-Li wrote:
called scattered load/store
https://github.com/llvm/llvm-project/pull/152429
More information about the Mlir-commits
mailing list