[Mlir-commits] [mlir] [mlir] [XeGPU] Add XeGPU workgroup to subgroup pass (PR #139477)
Chao Chen
llvmlistbot at llvm.org
Wed May 14 14:16:07 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"
- ];
----------------
chencha3 wrote:
Why need to change this?
https://github.com/llvm/llvm-project/pull/139477
More information about the Mlir-commits
mailing list