[all-commits] [llvm/llvm-project] 67defe: [flang][OpenACC] Lower exit data directive
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Mar 24 07:16:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67defe50679078c2ffa5543348e378e1cd996fd9
https://github.com/llvm/llvm-project/commit/67defe50679078c2ffa5543348e378e1cd996fd9
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-24 (Thu, 24 Mar 2022)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
A flang/test/Lower/OpenACC/acc-exit-data.f90
Log Message:
-----------
[flang][OpenACC] Lower exit data directive
This patch adds lowering for the `!$acc exit data` directive
from the PFT to OpenACC dialect.
This patch is part of the upstreaming effort from fir-dev branch.
Depends on D122384
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D122386
More information about the All-commits
mailing list