[flang-commits] [flang] [flang][MIF] Adding common features related to coarray (PR #215576)
Jean-Didier PAILLEUX via flang-commits
flang-commits at lists.llvm.org
Wed Aug 12 23:13:03 PDT 2026
================
@@ -11,10 +11,13 @@
#include "flang/Optimizer/Builder/FIRBuilder.h"
#include "flang/Optimizer/Dialect/MIF/MIFOps.h"
+#include "flang/Optimizer/Support/InternalNames.h"
static constexpr llvm::StringRef coarrayHandleSuffix = "_coarray_handle";
static constexpr llvm::StringRef mifSaveCoarraysAllocName =
"__mif_save_coarrays_allocate";
+static constexpr llvm::StringRef thisImageInitialTeamName =
+ "__mif_this_image_initial_team";
----------------
JDPailleux wrote:
Yes, I tried that approach to start with, but I wasn't able to get it to work in my tests.
https://github.com/llvm/llvm-project/pull/215576
More information about the flang-commits
mailing list