[all-commits] [llvm/llvm-project] c71c06: [flang][OpenMP] Allow assumed-size arrays on USE_D...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Wed Jan 21 00:04:29 PST 2026
Branch: refs/heads/release/22.x
Home: https://github.com/llvm/llvm-project
Commit: c71c065831874ca24333b95ba42f2788a0d1d1c9
https://github.com/llvm/llvm-project/commit/c71c065831874ca24333b95ba42f2788a0d1d1c9
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2026-01-21 (Wed, 21 Jan 2026)
Changed paths:
M flang/lib/Semantics/check-omp-structure.cpp
M flang/test/Semantics/OpenMP/use_device_addr1.f90
Log Message:
-----------
[flang][OpenMP] Allow assumed-size arrays on USE_DEVICE_ADDR clause (#176815)
Assumed-size arrays do not present any issues here as they need to be
either already mapped into the device data environment, or otherwise
accessible on the target device.
(cherry picked from commit 53d9d46d762207b2117eac9b0799bdd21b4b6dba)
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