[all-commits] [llvm/llvm-project] 933467: [flang][openacc] Lower simple acc routine directive
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Aug 15 09:46:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9334671aa7a8f73e529a653d5c6a0be75dad67bc
https://github.com/llvm/llvm-project/commit/9334671aa7a8f73e529a653d5c6a0be75dad67bc
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-08-15 (Tue, 15 Aug 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
R flang/test/Lower/OpenACC/Todo/acc-routine.f90
A flang/test/Lower/OpenACC/acc-routine.f90
Log Message:
-----------
[flang][openacc] Lower simple acc routine directive
This patch lower simple acc routine directive
with no clauses and no name inside function/subroutine.
Patch to handle name and clauses will follow up.
Patch to add attribute to the original routine will follow as well.
Reviewed By: razvanlupusoru
Differential Revision: https://reviews.llvm.org/D157919
More information about the All-commits
mailing list