[all-commits] [llvm/llvm-project] 4523a2: [flang][cuda] Enforce DEVICE attribute when ALLOCA...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Apr 19 15:19:59 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4523a267829c807f3fc8fab8e5e9613985a51565
https://github.com/llvm/llvm-project/commit/4523a267829c807f3fc8fab8e5e9613985a51565
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2024-04-19 (Fri, 19 Apr 2024)
Changed paths:
M flang/lib/Semantics/check-allocate.cpp
M flang/test/Lower/CUDA/cuda-allocatable.cuf
M flang/test/Parser/cuf-sanity-common
M flang/test/Parser/cuf-sanity-tree.CUF
M flang/test/Parser/cuf-sanity-unparse.CUF
M flang/test/Semantics/cuf07.cuf
Log Message:
-----------
[flang][cuda] Enforce DEVICE attribute when ALLOCATE with STREAM option (#89459)
When the STREAM option is specified on an ALLOCATE statement, the object
must have the DEVICE attribute.
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