[PATCH] D111438: [flang][OpenMP] Added test case for OpenMP 5.0 specification based semantic checks for parallel sections construct
Nimish Mishra via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 8 09:30:00 PDT 2021
NimishMishra created this revision.
NimishMishra added projects: Flang, LLVM, OpenMP.
Herald added subscribers: jdoerfert, guansong, yaxunl.
Herald added a reviewer: sscalpone.
NimishMishra requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1.
Parallel sections directive borrows the semantic checks from both sections directive and parallel directive. Semantic checks for both are merged in main branch; this test case is added to make sure correct semantic checks upon merging the two.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D111438
Files:
flang/test/Semantics/omp-parallel-sections01.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111438.378270.patch
Type: text/x-patch
Size: 5113 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211008/99348fb2/attachment.bin>
More information about the llvm-commits
mailing list