[all-commits] [llvm/llvm-project] f631a1: [flang][openacc][NFC] Split global acc declare and...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Aug 18 09:29:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f631a10ac364ba39a396cb823ca1ca5eff4ad8b3
https://github.com/llvm/llvm-project/commit/f631a10ac364ba39a396cb823ca1ca5eff4ad8b3
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-08-18 (Fri, 18 Aug 2023)
Changed paths:
M flang/test/Lower/OpenACC/HLFIR/acc-declare.f90
A flang/test/Lower/OpenACC/acc-declare-globals.f90
M flang/test/Lower/OpenACC/acc-declare.f90
Log Message:
-----------
[flang][openacc][NFC] Split global acc declare and function/subroutine declare
Split the tests for declare in module specification and the declare in
function/subroutine specificatons. Since the lowering is specific to the
location of the declare it will make it easier to update these files.
This also remove the duplicate parts shared by the FIR vs HLFIR tests.
Reviewed By: razvanlupusoru
Differential Revision: https://reviews.llvm.org/D158222
More information about the All-commits
mailing list