This patch adds lowering for the exit part of the OpenACC declare construct
in function/subroutine.
Depends on D156560
Paths
| Differential D156568
[flang][openacc] Lower the exit part for OpenACC declare in function/subroutine ClosedPublic Authored by clementval on Jul 28 2023, 12:56 PM.
Details Summary This patch adds lowering for the exit part of the OpenACC declare construct Depends on D156560
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 28 2023, 12:56 PM Comment Actions Looks great to me! Awesome to see how you were able to attach the generation of this at end of region. This revision is now accepted and ready to land.Jul 31 2023, 2:17 PM This revision was landed with ongoing or failed builds.Aug 1 2023, 2:10 PM Closed by commit rG14741ef88f2a: [flang][openacc] Lower the exit part for OpenACC declare in function/subroutine (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 546217 flang/include/flang/Lower/OpenACC.h
flang/lib/Lower/Bridge.cpp
flang/lib/Lower/OpenACC.cpp
flang/test/Lower/OpenACC/acc-declare.f90
|