[Mlir-commits] [mlir] [MLIR][Conversion] Add convert-xevm-to-llvm pass. (PR #147375)

Adam Siemieniuk llvmlistbot at llvm.org
Wed Jul 9 05:04:44 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", ];
----------------
adam-smnk wrote:

```suggestion
  let dependentDialects = ["LLVM::LLVMDialect"];
```

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


More information about the Mlir-commits mailing list