[clang] [flang] [Flang][FIR] Introduce ConvertFIRToMLIR pass. (PR #168703)

Valentin Clement バレンタイン クレメン via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 20 08:58:38 PST 2025


================
@@ -4346,9 +4376,12 @@ class FIRToLLVMLowering
           });
     }
 
+    mlir::ConversionConfig config;
+    config.buildMaterializations = false;
----------------
clementval wrote:

Same here. 

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


More information about the cfe-commits mailing list