[Mlir-commits] [mlir] [mlir] [XeGPU] Add XeGPU workgroup to subgroup pass (PR #139477)
Nishant Patel
llvmlistbot at llvm.org
Thu May 15 15:30:44 PDT 2025
================
@@ -18,24 +17,32 @@ def XeGPUFoldAliasOps : Pass<"xegpu-fold-alias-ops"> {
The pass folds aliasing ops into XeGPU ops that they operate on the original
source references.
}];
- let dependentDialects = [
- "memref::MemRefDialect", "xegpu::XeGPUDialect"
- ];
----------------
nbpatel wrote:
some formatting kicked in
https://github.com/llvm/llvm-project/pull/139477
More information about the Mlir-commits
mailing list