[all-commits] [llvm/llvm-project] e873ce: [flang][cuda] Do not create global for derived-typ...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Jul 2 15:43:31 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e873ce31ae0e875081c8e5480c9c4925c97469ce
https://github.com/llvm/llvm-project/commit/e873ce31ae0e875081c8e5480c9c4925c97469ce
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M flang/include/flang/Evaluate/tools.h
M flang/include/flang/Semantics/tools.h
M flang/lib/Evaluate/tools.cpp
M flang/lib/Semantics/tools.cpp
A flang/test/Lower/CUDA/cuda-derived.cuf
Log Message:
-----------
[flang][cuda] Do not create global for derived-type with allocatable device components (#146780)
derived type with CUDA device allocatable components will be handle via
CUDA allocation. Do not create global for them.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list