This is an archive of the discontinued LLVM Phabricator instance.

[flang][OpenMP] Added test case for OpenMP 5.0 specification based semantic checks for parallel sections construct
ClosedPublic

Authored by NimishMishra on Oct 8 2021, 9:29 AM.

Details

Summary

Parallel sections directive borrows the semantic checks from both sections directive and parallel directive. Semantic checks for both are merged in main branch; this test case is added to make sure correct semantic checks upon merging the two.

Diff Detail

Event Timeline

NimishMishra created this revision.Oct 8 2021, 9:29 AM
NimishMishra requested review of this revision.Oct 8 2021, 9:29 AM

LGTM.

I think the commit message can be improved. If this covers only the checks that were added in a previous patch please mention that.

This revision is now accepted and ready to land.Oct 12 2021, 2:29 AM