[PATCH] D93482: [flang][openmp] Make Reduction clause part of OmpClause

Yashaswini Hegde via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 18 21:51:03 PST 2020


yhegde added inline comments.


================
Comment at: flang/lib/Semantics/check-omp-structure.cpp:376
 CHECK_SIMPLE_CLAUSE(Private, OMPC_private)
+CHECK_SIMPLE_CLAUSE(Reduction, OMPC_reduction)
 CHECK_SIMPLE_CLAUSE(Shared, OMPC_shared)
----------------
Can we get an Enter function (Enter(const parser::OmpClause::Reduction &x)) to check the restrictions on Reduction clause. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93482/new/

https://reviews.llvm.org/D93482



More information about the llvm-commits mailing list