[Mlir-commits] [mlir] [MLIR][Conversion] Add convert-xevm-to-llvm pass. (PR #147375)
Sang Ik Lee
llvmlistbot at llvm.org
Wed Jul 9 10:59:25 PDT 2025
================
@@ -1495,4 +1495,13 @@ def ConvertVectorToXeGPU : Pass<"convert-vector-to-xegpu"> {
];
}
+//===----------------------------------------------------------------------===//
+// XeVMToLLVM
+//===----------------------------------------------------------------------===//
+
+def ConvertXeVMToLLVMPass : Pass<"convert-xevm-to-llvm"> {
+ let summary = "Convert XeVM to LLVM dialect";
+ let dependentDialects = ["LLVM::LLVMDialect", ];
----------------
silee2 wrote:
Fixed.
https://github.com/llvm/llvm-project/pull/147375
More information about the Mlir-commits
mailing list