[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
Wed Sep 22 10:22:33 PDT 2021
arnamoy10 created this revision.
arnamoy10 added reviewers: kiranchandramohan, bryanpkc, clementval, SouraVX.
Herald added subscribers: guansong, yaxunl.
Herald added a reviewer: sscalpone.
arnamoy10 requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.
This patch implements the following semantic check:
A list-item cannot appear in more than one nontemporal clause.
Repository:
rG LLVM Github Monorepo
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.374283.patch
Type: text/x-patch
Size: 4799 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210922/3b5bcfb5/attachment.bin>
More information about the llvm-commits
mailing list