[all-commits] [llvm/llvm-project] 4d0aad: [flang][openmp] Make Reduction clause part of OmpC...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Jan 4 12:23:53 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4d0aad96e431ba78323dd3c7ee9ecd6f5552375d
https://github.com/llvm/llvm-project/commit/4d0aad96e431ba78323dd3c7ee9ecd6f5552375d
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-01-04 (Mon, 04 Jan 2021)
Changed paths:
M flang/lib/Parser/openmp-parsers.cpp
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/check-omp-structure.h
M llvm/include/llvm/Frontend/OpenMP/OMP.td
Log Message:
-----------
[flang][openmp] Make Reduction clause part of OmpClause
After discussion in D93105 we found that the reduction clause was not following
the common OmpClause convention. This patch makes reduction clause part of OmpClause
with a value of OmpReductionClause in a similar way than task_reduction.
The unparse function for OmpReductionClause is adapted since the keyword and parenthesis
are issued by the corresponding unparse function for parser::OmpClause::Reduction.
Reviewed By: sameeranjoshi
Differential Revision: https://reviews.llvm.org/D93482
More information about the All-commits
mailing list