[all-commits] [llvm/llvm-project] 526838: [flang][openacc] Fix crash with array section in a...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Aug 28 08:59:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52683899fcaa45160ba6b669ddd3ec53ce3714f8
https://github.com/llvm/llvm-project/commit/52683899fcaa45160ba6b669ddd3ec53ce3714f8
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-08-28 (Mon, 28 Aug 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/test/Lower/OpenACC/acc-declare.f90
Log Message:
-----------
[flang][openacc] Fix crash with array section in acc declare in function
getSymbolFromAccObject was hitting the fatal error when
trying to retrieve the symbol on array section
Reviewed By: razvanlupusoru
Differential Revision: https://reviews.llvm.org/D158881
More information about the All-commits
mailing list