[all-commits] [llvm/llvm-project] 832c8a: [flang][openacc] Fix gang-argument parsing and add...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Aug 27 19:33:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 832c8a72988a3d5889a1ae16322df39f0215d5a2
https://github.com/llvm/llvm-project/commit/832c8a72988a3d5889a1ae16322df39f0215d5a2
Author: Valentin Clement <clementval at gmail.com>
Date: 2020-08-27 (Thu, 27 Aug 2020)
Changed paths:
M flang/lib/Parser/openacc-parsers.cpp
M flang/test/Semantics/acc-clause-validity.f90
Log Message:
-----------
[flang][openacc] Fix gang-argument parsing and add validity tests for !$acc loop
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.
Reviewed By: klausler
Differential Revision: https://reviews.llvm.org/D86584
More information about the All-commits
mailing list