[all-commits] [llvm/llvm-project] 39157b: [flang][OpenACC] Lower init/shutdown directive
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Mar 24 07:18:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39157b98fd04ea540e85f5df8be1cee7f97ac653
https://github.com/llvm/llvm-project/commit/39157b98fd04ea540e85f5df8be1cee7f97ac653
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-init.f90
A flang/test/Lower/OpenACC/acc-shutdown.f90
Log Message:
-----------
[flang][OpenACC] Lower init/shutdown directive
This patch adds lowering for the `!$acc init` and `!$acc shutdown`
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/D122387
More information about the All-commits
mailing list