[PATCH] D110270: [flang][OpenMP] Check for occurrence of multiple list items in nontemporal clause for simd directive
Arnamoy B via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 17 14:56:17 PST 2021
arnamoy10 updated this revision to Diff 395224.
arnamoy10 added a comment.
Addressing reviewers comments:
1. Use of lambda
2. Enhancing the check by not breaking from the loop
3. Adding a test case to catch the above case
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110270/new/
https://reviews.llvm.org/D110270
Files:
flang/lib/Semantics/check-omp-structure.cpp
flang/lib/Semantics/check-omp-structure.h
flang/test/Semantics/omp-simd-nontemporal.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110270.395224.patch
Type: text/x-patch
Size: 4971 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211217/881f960b/attachment.bin>
More information about the llvm-commits
mailing list