[all-commits] [llvm/llvm-project] d7ab38: [flang][OpenACC] Lower parallel loop
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Jun 24 12:06:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d7ab38f8f4d4a21cd09f62aed897cc02d174d57b
https://github.com/llvm/llvm-project/commit/d7ab38f8f4d4a21cd09f62aed897cc02d174d57b
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
A flang/test/Lower/OpenACC/acc-loop.f90
A flang/test/Lower/OpenACC/acc-parallel-loop.f90
A flang/test/Lower/OpenACC/acc-parallel.f90
Log Message:
-----------
[flang][OpenACC] Lower parallel loop
Lower the `parallel loop` contrsuct and refactor some of the code
of parallel and loop lowering to be reused.
Also add tests for loop and parallel since they were not upstreamed.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D128510
More information about the All-commits
mailing list