[Mlir-commits] [mlir] [MLIR][XeGPU] Use context-aware type converter in WgToSgDistribute and Blocking pass (PR #194685)
Nishant Patel
llvmlistbot at llvm.org
Thu May 28 07:25:57 PDT 2026
================
@@ -986,3 +842,169 @@ bool xegpu::matchSplitDimExpansion(
}
return srcIdx == src.size();
}
+
+//===----------------------------------------------------------------------===//
+// Context-aware type conversion utilities
+//===----------------------------------------------------------------------===//
+
+void xegpu::addSCFStructuralMaterializations(TypeConverter &converter) {
----------------
nbpatel wrote:
removed this and inlined it
https://github.com/llvm/llvm-project/pull/194685
More information about the Mlir-commits
mailing list