[PATCH] D90786: [flang][openacc] Add more parsing/sema tests for init and shutdown directives

Kiran Kumar T P via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 00:15:02 PST 2020


kiranktp added inline comments.


================
Comment at: flang/test/Semantics/acc-clause-validity.f90:65
+
+  !ERROR: At most one IF clause can appear on the SHUTDOWN directive
+  !$acc shutdown if(.TRUE.) if(ifCondition)
----------------
I may be wrong here. but i do not see these restrictions in OpenACC 3.0 standard for SHUTDOWN and INIT directive.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90786/new/

https://reviews.llvm.org/D90786



More information about the llvm-commits mailing list