[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
Thu May 13 11:46:22 PDT 2021


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

Updating the algorithm as per suggestion, to skip collection of loop induction variable if no linear clause is found


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.345238.patch
Type: text/x-patch
Size: 7224 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210513/ca57695a/attachment.bin>


More information about the llvm-commits mailing list