[Mlir-commits] [llvm] [mlir] [XeGPU][Transform] Add XeGPU array length optimization pass (PR #194062)

Charitha Saumya llvmlistbot at llvm.org
Fri May 1 12:03:45 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"> {
----------------
charithaintc wrote:

consider moving this as a test pass in XeGPU/Transforms

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


More information about the Mlir-commits mailing list