-
- Downloads
[flang][OpenMP] Added allocate clause translation for OpenMP block constructs
This patch adds translation for allocate clause for parallel and single constructs. Also added tests for block constructs. This patch also adds tests for parallel construct which were not added earlier. Reviewed By: NimishMishra, peixin Differential Revision: https://reviews.llvm.org/D122483 Co-authored-by:Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
Showing
- flang/include/flang/Parser/parse-tree.h 1 addition, 1 deletionflang/include/flang/Parser/parse-tree.h
- flang/lib/Lower/OpenMP.cpp 60 additions, 56 deletionsflang/lib/Lower/OpenMP.cpp
- flang/test/Lower/OpenMP/parallel.f90 163 additions, 0 deletionsflang/test/Lower/OpenMP/parallel.f90
- flang/test/Lower/OpenMP/single.f90 20 additions, 0 deletionsflang/test/Lower/OpenMP/single.f90
Loading
Please register or sign in to comment