[all-commits] [llvm/llvm-project] edfaae: [flang][openacc] Correctly lower acc routine in in...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Nov 6 17:48:59 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: edfaae87264c60f821432fb6e2eeb21e8c5de414
https://github.com/llvm/llvm-project/commit/edfaae87264c60f821432fb6e2eeb21e8c5de414
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
A flang/test/Lower/OpenACC/acc-routine03.f90
Log Message:
-----------
[flang][openacc] Correctly lower acc routine in interface block (#71451)
When the acc routine directive was in an interface block in a
subroutine, the routine information was attached to the wrong
subroutine. This patch fixes this be retrieving the subroutine name in
the interface.
More information about the All-commits
mailing list