[Mlir-commits] [llvm] [mlir] [XeGPU][Transform] Add XeGPU array length optimization pass (PR #194062)
Jianhui Li
llvmlistbot at llvm.org
Fri May 1 11:41:53 PDT 2026
================
@@ -118,5 +118,20 @@ def XeGPUSgToWiDistributeExperimental : Pass<"xegpu-sg-to-wi-distribute-experime
"vector::VectorDialect", "index::IndexDialect"];
}
+def XeGPUArrayLengthOptimization : Pass<"xegpu-array-length-optimization"> {
----------------
Jianhui-Li wrote:
please add a test prefix to this pass, to differentiate the pass which we expect user to use vs. for ourselves to test.
https://github.com/llvm/llvm-project/pull/194062
More information about the Mlir-commits
mailing list