[PATCH] D89860: [Flang][OpenMP 4.5] Add semantic check for OpenMP ordered and collapse clause

Yashaswini Hegde via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 21 10:45:04 PST 2020


yhegde marked an inline comment as done.
yhegde added a comment.

If there are no further issues with this patch , shall I commit and submit the patch?



================
Comment at: flang/lib/Semantics/resolve-directives.cpp:832
 //       collapse and ordered
 void OmpAttributeVisitor::PrivatizeAssociatedLoopIndex(
     const parser::OpenMPLoopConstruct &x) {
----------------
kiranchandramohan wrote:
> Nit: rename to PrivatizeLoopIndexAndCheckLoopLevel or a better name.
> Nit: rename to PrivatizeLoopIndexAndCheckLoopLevel or a better name.

Thank you very much @kiranchandramohan and @clementval for all the review comments.
Shall I change the name of the function to CheckClauseAssocLoopIndexandLoopLevel ?

Thank you once again.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89860



More information about the llvm-commits mailing list