[all-commits] [llvm/llvm-project] b32401: [flang][OpenMP] Enhance parser support for flush c...
Kiran Kumar T P via All-commits
all-commits at lists.llvm.org
Sat Jun 20 01:03:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b32401464f4c9c9d43a3ddcb351cb6c7c713fdb4
https://github.com/llvm/llvm-project/commit/b32401464f4c9c9d43a3ddcb351cb6c7c713fdb4
Author: Kiran Kumar T P <kirankumar.tp at amd.com>
Date: 2020-06-20 (Sat, 20 Jun 2020)
Changed paths:
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Parser/openmp-parsers.cpp
M flang/lib/Parser/unparse.cpp
M flang/test/Semantics/omp-clause-validity01.f90
Log Message:
-----------
[flang][OpenMP] Enhance parser support for flush construct to OpenMP 5.0
Summary:
This patch enhances parser support for flush construct to OpenMP 5.0 by including memory-order-clause.
2.18.8 flush Construct
!$omp flush [memory-order-clause] [(list)]
where memory-order-clause is
acq_rel
release
acquire
The patch includes code changes and testcase modifications.
Reviewed By: klausler, kiranchandramohan
Differential Revision: https://reviews.llvm.org/D82177
More information about the All-commits
mailing list