[flang-commits] [flang] [acc] `acc declare` + `present` clause for COMMON blocks (PR #175588)

Razvan Lupusoru via flang-commits flang-commits at lists.llvm.org
Thu Jan 15 09:56:44 PST 2026


================
@@ -946,6 +970,25 @@ emitCtorDtorPair(mlir::OpBuilder &modBuilder, fir::FirOpBuilder &builder,
                                 /*implicit=*/false, asFortran);
 }
 
+/// Return true iff this OpenACC clause is valid for lowering a global/COMMON
+/// symbol via module-level global ctor/dtor.
+///
+/// OpenACC 3.0:
----------------
razvanlupusoru wrote:

Can you change it to lines from OpenACC 3.4?

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


More information about the flang-commits mailing list