[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


================
@@ -0,0 +1,452 @@
+// RUN: mlir-opt -split-input-file -test-xegpu-coalesce-gather-scatter %s | FileCheck %s
----------------
Jianhui-Li wrote:

I would try to match the test and pass name: test-xegpu-coalesce-gather-scatter.mlir. 
This test should focus on the driver pass: how it takes the analysis result and set layout. Once your analysis test covers all the conditions, this test should be more focused. See my comments below. 

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


More information about the Mlir-commits mailing list