================
@@ -87,6 +87,17 @@ def FIRToSCFPass : Pass<"fir-to-scf"> {
   ];
 }
 
+def ConvertFIRToMLIRPass : Pass<"fir-to-mlir", "mlir::ModuleOp"> {
+  let summary = "Convert the FIR dialect module to MLIR standard dialects.";
----------------
clementval wrote:

Same here. fir-to-mlir seems super generic. 

https://github.com/llvm/llvm-project/pull/168703
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to