[PATCH] D100224: [flang][OpenMP] Add semantic check for occurrence of variables other than loop iteration variable in a `linear` clause associated with a `distribute` construct.

Arnamoy B via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 26 12:54:29 PDT 2021


arnamoy10 updated this revision to Diff 340616.
arnamoy10 added a comment.

Addressing reviewers comments:

1. Change the directive set to check for
2. Use of existing functions to get the collapse level.
3. Minor typo fixes.


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

https://reviews.llvm.org/D100224

Files:
  flang/lib/Semantics/check-omp-structure.cpp
  flang/lib/Semantics/check-omp-structure.h
  flang/test/Semantics/omp-linear-iter.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100224.340616.patch
Type: text/x-patch
Size: 6867 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210426/c834ef6a/attachment.bin>


More information about the llvm-commits mailing list