[PATCH] D91879: [Flang][OpenMP 4.5] Add semantic check for OpenMP Schedule Clause - chunk size
Yashaswini Hegde via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 21 02:11:19 PST 2020
yhegde updated this revision to Diff 306831.
yhegde added a comment.
Thank you very much for the inputs @kiranchandramohan . If my understanding is correct, this test case requires a run time check and probably it is not possible to do a semantic check.
Based on your inputs I have updated the negative test case and added a positive test case too.
Thank you.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91879/new/
https://reviews.llvm.org/D91879
Files:
flang/lib/Semantics/check-omp-structure.cpp
flang/lib/Semantics/check-omp-structure.h
flang/test/Semantics/omp-schedule-teams01.f90
flang/test/Semantics/omp-schedule-teams02.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91879.306831.patch
Type: text/x-patch
Size: 3953 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201121/c95e296b/attachment.bin>
More information about the llvm-commits
mailing list