[flang-commits] [flang] [flang][acc] Implement type categorization for FIR types (PR #126964)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Wed Feb 12 14:16:05 PST 2025


================
@@ -261,12 +261,13 @@ bool CodeGenAction::beginSourceFileAction() {
   }
 
   // Load the MLIR dialects required by Flang
-  mlir::DialectRegistry registry;
-  mlirCtx = std::make_unique<mlir::MLIRContext>(registry);
-  fir::support::registerNonCodegenDialects(registry);
----------------
clementval wrote:

That's fine. Sorry I didn't really look into the logic behind other calls. 

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


More information about the flang-commits mailing list