This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Add clause validity tests for the kernels directive
ClosedPublic

Authored by clementval on Nov 20 2020, 8:42 AM.

Diff Detail

Event Timeline

clementval created this revision.Nov 20 2020, 8:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 20 2020, 8:42 AM
clementval requested review of this revision.Nov 20 2020, 8:42 AM
clementval added a project: Restricted Project.Nov 20 2020, 8:42 AM

Allow wait clause multiple times

sameeranjoshi accepted this revision.Dec 4 2020, 7:29 AM

Looks Good To Me.

flang/test/Semantics/acc-clause-validity.f90
688

When default has value other than none or present ?

This revision is now accepted and ready to land.Dec 4 2020, 7:29 AM

Thanks for the review!

flang/test/Semantics/acc-clause-validity.f90
688

It will be a syntax error caught by the parser. I'll add a test to ensure that.