[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
Mon Aug 11 18:00:46 PDT 2025


================
@@ -165,6 +496,20 @@ struct TransferReadLowering : public OpRewritePattern<vector::TransferReadOp> {
     if (failed(transferPreconditions(rewriter, readOp)))
       return failure();
 
+    auto chip = xegpu::getXeGPUChipStr(readOp);
----------------
Jianhui-Li wrote:

I think the current form is closer to uArch interface which we are building. I added a TODO to use uArch interface once it is ready. 

https://github.com/llvm/llvm-project/pull/152429


More information about the Mlir-commits mailing list