[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
Fri Apr 16 13:49:35 PDT 2021


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

Update as per reviewers' comments to check "association" of loops with the `distribute construct` based on the value in the `collapse` clause.


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.338224.patch
Type: text/x-patch
Size: 7524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210416/6c8a3015/attachment.bin>


More information about the llvm-commits mailing list