[PATCH] D99970: [flang][OpenMP] Add functionality to check "close nesting" of regions, which can be used for Semantic checks.
Arnamoy B via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 7 05:54:33 PDT 2021
arnamoy10 updated this revision to Diff 335787.
arnamoy10 added a comment.
1. Updating the algorithm as per suggestion
2. Modified the name of the function to `IsCloselyNestedRegion()`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99970/new/
https://reviews.llvm.org/D99970
Files:
flang/lib/Semantics/check-omp-structure.cpp
flang/lib/Semantics/check-omp-structure.h
flang/test/Semantics/omp-do05.f90
flang/test/Semantics/omp-nested01.f90
flang/test/Semantics/omp-reduction07.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99970.335787.patch
Type: text/x-patch
Size: 6975 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210407/3df694a0/attachment.bin>
More information about the llvm-commits
mailing list