[Mlir-commits] [mlir] [mlir][nvgpu] Move dependent dialect from C++ to TableGen for nvgpu-to-nvvm pass (NFC) (PR #155801)

lonely eagle llvmlistbot at llvm.org
Thu Aug 28 05:18:35 PDT 2025


================
@@ -970,7 +970,10 @@ def ConvertNVGPUToNVVMPass : Pass<"convert-nvgpu-to-nvvm"> {
   }];
 
   let dependentDialects = [
-    "NVVM::NVVMDialect",
+    "arith::ArithDialect",
+    "LLVM::LLVMDialect",
+    "memref::MemRefDialect",
+    "NVVM::NVVMDialect"
----------------
linuxlonelyeagle wrote:

@joker-eph Thank you for helping me rewrite the title. It looks great now.

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


More information about the Mlir-commits mailing list