This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Support .or. reduction operator
ClosedPublic

Authored by clementval on Jul 10 2023, 2:53 PM.

Details

Summary

Add support for the .or. reduction operator for
Flang/OpenACC lowering.

Depends on D154896

Diff Detail

Event Timeline

clementval created this revision.Jul 10 2023, 2:53 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 10 2023, 2:53 PM
clementval requested review of this revision.Jul 10 2023, 2:53 PM

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.

Address review comments

razvanlupusoru accepted this revision.Jul 12 2023, 11:19 AM

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
This revision was automatically updated to reflect the committed changes.