[flang-commits] [flang] [flang][OpenMP] Fix use_device_addr handling for COMMON blocks in target data (PR #217105)

via flang-commits flang-commits at lists.llvm.org
Mon Aug 24 07:51:41 PDT 2026


================
@@ -2092,6 +2254,12 @@ static void createBodyOfOp(mlir::Operation &op, const OpWithBodyGenInfo &info,
   marker->erase();
 }
 
+static void genIntermediateCommonBlockAccessors(
----------------
agozillon wrote:

Nit: Could just move the whole function here if you wish rather than create a forward declaration, but entirely up to you.

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


More information about the flang-commits mailing list