[all-commits] [llvm/llvm-project] b6b8d3: [flang] Add lowering stubs for OpenMP/OpenACC decl...
PeixinQiao via All-commits
all-commits at lists.llvm.org
Wed Apr 27 18:46:17 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b6b8d34554a4d85ec064463b54a27e073c42beeb
https://github.com/llvm/llvm-project/commit/b6b8d34554a4d85ec064463b54a27e073c42beeb
Author: Peixin-Qiao <qiaopeixin at huawei.com>
Date: 2022-04-28 (Thu, 28 Apr 2022)
Changed paths:
M flang/include/flang/Lower/OpenACC.h
M flang/include/flang/Lower/OpenMP.h
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Lower/OpenMP.cpp
A flang/test/Lower/OpenACC/Todo/acc-declare.f90
A flang/test/Lower/OpenACC/Todo/acc-routine.f90
A flang/test/Lower/OpenMP/Todo/omp-declarative-allocate.f90
A flang/test/Lower/OpenMP/Todo/omp-declare-reduction.f90
A flang/test/Lower/OpenMP/Todo/omp-declare-simd.f90
A flang/test/Lower/OpenMP/Todo/omp-declare-target.f90
A flang/test/Lower/OpenMP/Todo/omp-threadprivate.f90
Log Message:
-----------
[flang] Add lowering stubs for OpenMP/OpenACC declarative constructs
This patch provides the basic infrastructure for lowering declarative
constructs for OpenMP and OpenACC.
This is part of the upstreaming effort from the fir-dev branch in [1].
[1] https://github.com/flang-compiler/f18-llvm-project
Reviewed By: kiranchandramohan, shraiysh, clementval
Differential Revision: https://reviews.llvm.org/D124225
More information about the All-commits
mailing list