[Mlir-commits] [mlir] [MLIR][XeGPU] Use context-aware type converter in WgToSgDistribute and Blocking pass (PR #194685)

Jianhui Li llvmlistbot at llvm.org
Fri May 22 12:56:29 PDT 2026


================
@@ -986,3 +842,169 @@ bool xegpu::matchSplitDimExpansion(
   }
   return srcIdx == src.size();
 }
+
+//===----------------------------------------------------------------------===//
+// Context-aware type conversion utilities
+//===----------------------------------------------------------------------===//
+
+void xegpu::addSCFStructuralMaterializations(TypeConverter &converter) {
----------------
Jianhui-Li wrote:

The name says SCF, but the content deal nothing with SCF. What should be proper name for better readability? 

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


More information about the Mlir-commits mailing list