This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Add proper TODO for reduction lowering
ClosedPublic

Authored by clementval on May 3 2023, 2:47 PM.

Details

Summary

Reduction clause on loop or compute constructs
is not currently lowered but no TODO message was issued.
Add a proper TODO so the user is informed.

Diff Detail

Event Timeline

clementval created this revision.May 3 2023, 2:47 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 3 2023, 2:47 PM
clementval requested review of this revision.May 3 2023, 2:47 PM
razvanlupusoru accepted this revision.May 3 2023, 2:51 PM
This revision is now accepted and ready to land.May 3 2023, 2:51 PM
clementval updated this revision to Diff 519267.May 3 2023, 2:53 PM

Move the TODO for compute construct

This revision was automatically updated to reflect the committed changes.