[PATCH] D89546: [Flang][OpenMP 4.5] Add semantic check for OpenMP schedule clause
Yashaswini Hegde via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 7 21:04:27 PST 2020
yhegde updated this revision to Diff 303694.
yhegde added a comment.
1. Clause names are changed to uppercase in test cases.
2. An optional StringRef paramName is introduced. Non optional paramName would break the previous test cases.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89546/new/
https://reviews.llvm.org/D89546
Files:
flang/lib/Semantics/check-directive-structure.h
flang/lib/Semantics/check-omp-structure.cpp
flang/test/Semantics/omp-do-schedule01.f90
flang/test/Semantics/omp-do-schedule02.f90
flang/test/Semantics/omp-do-schedule03.f90
flang/test/Semantics/omp-do-schedule04.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89546.303694.patch
Type: text/x-patch
Size: 5423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201108/bf1cd842/attachment.bin>
More information about the llvm-commits
mailing list