Add support for the .or. reduction operator for
Flang/OpenACC lowering.
Depends on D154896
Paths
| Differential D154898
[flang][openacc] Support .or. reduction operator ClosedPublic Authored by clementval on Jul 10 2023, 2:53 PM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 10 2023, 2:53 PM clementval added a child revision: D154900: [flang][openacc] Support .eqv. reduction operator.Jul 10 2023, 2:57 PM Comment Actions Looks good to me - I did have a question on the parent of this CL and the check for logical type that also applies here. Comment Actions Looks great. I like your incremental approach for refactoring into separate functions as needed. This revision is now accepted and ready to land.Jul 12 2023, 11:19 AM This revision was landed with ongoing or failed builds.Jul 12 2023, 12:58 PM Closed by commit rG464594dc2a21: [flang][openacc] Support .or. reduction operator (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 539691 flang/lib/Lower/OpenACC.cpp
flang/test/Lower/OpenACC/acc-reduction.f90
|