This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][NFC] Consolidate `to` and `from` clause modifiers
ClosedPublic

Authored by jdenny on Jul 27 2020, 4:10 PM.

Details

Summary

to and from clauses take the same modifiers, which are called
"motion modifiers" in TR8, so implement handling of their modifiers
once not twice. This will make it easier to implement additional
motion modifiers in the future.

Diff Detail

Event Timeline

jdenny created this revision.Jul 27 2020, 4:10 PM
This revision is now accepted and ready to land.Jul 28 2020, 11:22 AM
This revision was landed with ongoing or failed builds.Jul 28 2020, 4:16 PM
This revision was automatically updated to reflect the committed changes.