[all-commits] [llvm/llvm-project] b27ab9: [flang][openacc] Skeleton for OpenACC construct lo...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Jul 22 18:34:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b27ab9ce744fdf99902e3f7b09cf4f9407a340a0
https://github.com/llvm/llvm-project/commit/b27ab9ce744fdf99902e3f7b09cf4f9407a340a0
Author: Valentin Clement <clementval at gmail.com>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
A flang/include/flang/Lower/OpenACC.h
M flang/include/flang/Lower/PFTBuilder.h
M flang/lib/Lower/CMakeLists.txt
A flang/lib/Lower/OpenACC.cpp
A flang/test/Lower/pre-fir-tree05.f90
Log Message:
-----------
[flang][openacc] Skeleton for OpenACC construct lowering
Summary:
This patch introduce the basic infrastructure to be able to lower
OpenACC constructs to the future OpenACC dialect.
Reviewers: schweitz, kiranchandramohan, DavidTruby, sscalpone, jdoerfert, ichoyjx
Reviewed By: ichoyjx
Subscribers: ichoyjx, SouraVX, mgorny, jfb, sstefan1, llvm-commits
Tags: #llvm, #flang
Differential Revision: https://reviews.llvm.org/D84195
More information about the All-commits
mailing list