[all-commits] [llvm/llvm-project] 4202d6: [Flang][OpenMP] Upstream the lowering of the paral...
kiranchandramohan via All-commits
all-commits at lists.llvm.org
Thu May 19 14:19:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4202d69d9efe450f6f9f09ef58fcc008b707d24e
https://github.com/llvm/llvm-project/commit/4202d69d9efe450f6f9f09ef58fcc008b707d24e
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2022-05-19 (Thu, 19 May 2022)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
M flang/test/Fir/convert-to-llvm-openmp-and-fir.fir
A flang/test/Lower/OpenMP/omp-parallel-wsloop.f90
M flang/test/Lower/OpenMP/parallel-sections.f90
Log Message:
-----------
[Flang][OpenMP] Upstream the lowering of the parallel do combined construct
When parallel is used in a combined construct, then use a separate
function to create the parallel operation. It handles the parallel
specific clauses and leaves the rest for handling at the inner
operations.
Reviewed By: peixin, shraiysh
Differential Revision: https://reviews.llvm.org/D125465
Co-authored-by: Sourabh Singh Tomar <SourabhSingh.Tomar at amd.com>
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
Co-authored-by: Valentin Clement <clementval at gmail.com>
Co-authored-by: Nimish Mishra <neelam.nimish at gmail.com>
More information about the All-commits
mailing list