[all-commits] [llvm/llvm-project] aa7bf6: [flang][cuda] Fix false positive on unsupported CU...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Jul 11 14:31:19 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa7bf60618d627332a80eee68f3166a6faed03ea
https://github.com/llvm/llvm-project/commit/aa7bf60618d627332a80eee68f3166a6faed03ea
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2025-07-11 (Fri, 11 Jul 2025)
Changed paths:
M flang/lib/Evaluate/tools.cpp
M flang/test/Lower/CUDA/cuda-data-transfer.cuf
Log Message:
-----------
[flang][cuda] Fix false positive on unsupported CUDA data transfer (#148295)
The switch to `GetSymbolVector` introduced a regression on detecting
implicit data transfer when the rhs is a function call.
Make sure the symbol we are looking at are of interest to detect data
transfer.
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