[flang-commits] [flang] [Flang][MIF] Adding support of intrinsics with coarray argument (PR #192944)
Jean-Didier PAILLEUX via flang-commits
flang-commits at lists.llvm.org
Mon May 4 02:22:48 PDT 2026
================
@@ -136,6 +136,9 @@ static constexpr llvm::StringRef getAccessGroupsAttrName() {
return "access_groups";
}
+/// Attribute to mark coarray Fortran entities with the CORANK attribute.
+constexpr llvm::StringRef getCorankAttrName() { return "fir.corank"; }
----------------
JDPailleux wrote:
Okay, thanks for your feedback (and sorry for the late reply). In that case, I'll send you a new version as soon as possible!
https://github.com/llvm/llvm-project/pull/192944
More information about the flang-commits
mailing list