[clang] [flang] [Flang][FIR] Introduce ConvertFIRToMLIR pass. (PR #168703)
Valentin Clement バレンタイン クレメン via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 20 08:55:30 PST 2025
================
@@ -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
More information about the cfe-commits
mailing list