[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:46 PDT 2026
================
@@ -0,0 +1,134 @@
+// RUN: mlir-opt --xegpu-array-length-optimization --split-input-file %s | FileCheck %s
----------------
charithaintc wrote:
consider renaming this to `array-len-op-unit.mlir` and define a test pass.
https://github.com/llvm/llvm-project/pull/194062
More information about the Mlir-commits
mailing list