[all-commits] [llvm/llvm-project] 07cc7e: Reland [flang][cuda] Do not create global for deri...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Jul 7 15:20:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07cc7ea7d5aab72245253d44451342b1b80eb94b
https://github.com/llvm/llvm-project/commit/07cc7ea7d5aab72245253d44451342b1b80eb94b
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2025-07-07 (Mon, 07 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/Lower/PFTBuilder.cpp
M flang/lib/Semantics/tools.cpp
A flang/test/Lower/CUDA/cuda-derived.cuf
Log Message:
-----------
Reland [flang][cuda] Do not create global for derived-type with allocatable device components (#147402)
Reviewed in #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