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

Jianhui Li llvmlistbot at llvm.org
Thu Jun 18 21:47:26 PDT 2026


================
@@ -113,6 +113,29 @@ isValidGatherScatterBufferParams(Type offsetsTy, Type maskTy,
   return success();
 }
 
+// Validates a user-provided (or analysis-stamped) `coalesce_hint` against the
+// op's offsets type. The hint requests grouping `factor` contiguous elements
----------------
Jianhui-Li wrote:

Comments too long. The code is straightforward. 

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


More information about the Mlir-commits mailing list