[Mlir-commits] [mlir] [mlir][XeGPU][Transform] Add gather/scatter coalescing analysis. (PR #201684)

Jianhui Li llvmlistbot at llvm.org
Wed Jun 24 20:02:54 PDT 2026


================
@@ -825,7 +825,7 @@ struct ScatterLowering : public OpRewritePattern<vector::ScatterOp> {
                                   /*l2_hint=*/xegpu::CachePolicyAttr{},
                                   /*l3_hint=*/xegpu::CachePolicyAttr{},
                                   /*layout=*/nullptr,
-                                  /*coalesce_hint=*/nullptr);
+                                  /*contiguous_chunk=*/nullptr);
----------------
Jianhui-Li wrote:

Consider using a shorter name like "contiguity" that helps the IR more succinct. 

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


More information about the Mlir-commits mailing list