diff options
author | Valentin Clement <clementval@gmail.com> | 2021-01-04 15:18:46 -0500 |
---|---|---|
committer | clementval <clementval@gmail.com> | 2021-01-04 15:19:00 -0500 |
commit | 4d0aad96e431ba78323dd3c7ee9ecd6f5552375d (patch) | |
tree | cee2f57508c4b69b1fc05d775df7925455ec7a9f /clang/lib/Serialization/InMemoryModuleCache.cpp | |
parent | 4034f9273edacbb1c37acf19139594a226c8bdac (diff) | |
download | llvm-4d0aad96e431ba78323dd3c7ee9ecd6f5552375d.zip llvm-4d0aad96e431ba78323dd3c7ee9ecd6f5552375d.tar.gz llvm-4d0aad96e431ba78323dd3c7ee9ecd6f5552375d.tar.bz2 |
[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
Diffstat (limited to 'clang/lib/Serialization/InMemoryModuleCache.cpp')
0 files changed, 0 insertions, 0 deletions