[all-commits] [llvm/llvm-project] 376402: [flang][openacc] Add basic lowering to new data op...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Apr 19 15:53:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 376402bef1380fb65b4b78d69f82a57130df583e
https://github.com/llvm/llvm-project/commit/376402bef1380fb65b4b78d69f82a57130df583e
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/test/Lower/OpenACC/acc-enter-data.f90
Log Message:
-----------
[flang][openacc] Add basic lowering to new data operations for acc.enter_data
This is an initial patch that lowers acc.enter_data copyin/create/attach
clauses to the newly added data operand operations. Follow up patches will
add support for array section and derived type and derived type component
as well as support in other data operation.
Reviewed By: razvanlupusoru
Differential Revision: https://reviews.llvm.org/D148721
More information about the All-commits
mailing list