This is an archive of the discontinued LLVM Phabricator instance.

[mlir][openacc][NFC] Fix current gang clause parser
ClosedPublic

Authored by clementval on Jun 1 2023, 10:43 PM.

Details

Summary

The custom parser for the gang values was not implemented correctly.
This patch fixes the noted issue and allows the num/static values
to appear in any order.

Diff Detail

Event Timeline

clementval created this revision.Jun 1 2023, 10:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 1 2023, 10:43 PM
clementval requested review of this revision.Jun 1 2023, 10:43 PM
This revision is now accepted and ready to land.Jun 13 2023, 6:26 AM
razvanlupusoru accepted this revision.Jun 13 2023, 8:13 AM

Thank you!

This revision was automatically updated to reflect the committed changes.