[PATCH] D86584: [flang][openacc] Fix gang-argument parsing and add validity tests for !$acc loop

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 25 17:44:16 PDT 2020


clementval created this revision.
clementval added reviewers: sscalpone, kiranchandramohan, tskeith, klausler, DavidTruby.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
clementval requested review of this revision.

This patch fix the prasing for the gang-arg values for the gang clause. It also adds
some clause validity tests for the loop construct.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86584

Files:
  flang/lib/Parser/openacc-parsers.cpp
  flang/test/Semantics/acc-clause-validity.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86584.287810.patch
Type: text/x-patch
Size: 3946 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200826/db54c544/attachment.bin>


More information about the llvm-commits mailing list