[all-commits] [llvm/llvm-project] 8b951e: [Flang][OpenMP] Lower schedule modifiers for works...
kiranchandramohan via All-commits
all-commits at lists.llvm.org
Thu Jun 9 02:45:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b951e64d9ab0026fe5b445d72f69369ab2418b1
https://github.com/llvm/llvm-project/commit/8b951e64d9ab0026fe5b445d72f69369ab2418b1
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
A flang/test/Lower/OpenMP/omp-wsloop-monotonic.f90
A flang/test/Lower/OpenMP/omp-wsloop-nonmonotonic.f90
A flang/test/Lower/OpenMP/omp-wsloop-simd.f90
Log Message:
-----------
[Flang][OpenMP] Lower schedule modifiers for worksharing loop
Add support for lowering the schedule modifiers (simd, monotonic,
non-monotonic) in worksharing loops.
Note: This is part of upstreaming from the fir-dev branch of
https://github.com/flang-compiler/f18-llvm-project.
Reviewed By: peixin
Differential Revision: https://reviews.llvm.org/D127311
Co-authored-by: Mats Petersson <mats.petersson at arm.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
Co-authored-by: V Donaldson <vdonaldson at nvidia.com>
More information about the All-commits
mailing list