[flang-commits] [flang] [flang] Add support of THIS_IMAGE and NUM_IMAGES with PRIF (PR #154081)
Katherine Rasmussen via flang-commits
flang-commits at lists.llvm.org
Mon Aug 18 16:52:08 PDT 2025
================
@@ -0,0 +1,14 @@
+! RUN: %flang_fc1 -emit-hlfir -fcoarray %s -o - | FileCheck %s
+
+program test
+ use iso_fortran_env
+ integer :: i
+ type(team_type) :: team
+
+ ! CHECK: fir.call @_QMprifPprif_this_image
----------------
ktras wrote:
@JDPailleux Shouldn't this symbol also be `prif_this_image_no_coarray`? There is no `prif_this_image` in the PRIF interface. Can you help me understand why it isn't `prif_this_image_no_coarray` on this line of the test?
https://github.com/llvm/llvm-project/pull/154081
More information about the flang-commits
mailing list