[all-commits] [llvm/llvm-project] 046d6a: [Flang][OpenMP] Additional global address space mo...
agozillon via All-commits
all-commits at lists.llvm.org
Tue Sep 16 18:27:24 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 046d6a39983a9a4ea97343167c92cf8a0a6ff325
https://github.com/llvm/llvm-project/commit/046d6a39983a9a4ea97343167c92cf8a0a6ff325
Author: agozillon <Andrew.Gozillon at amd.com>
Date: 2025-09-17 (Wed, 17 Sep 2025)
Changed paths:
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Optimizer/CodeGen/FIROpPatterns.cpp
M flang/test/Fir/convert-to-llvm.fir
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
Log Message:
-----------
[Flang][OpenMP] Additional global address space modifications for device (#119585)
A prior PR added a portion of the global address space modifications
required for declare target to, this PR seeks to add
a small amount more leftover from that PR.
The intent is to allow for more correct IR that the backends (in
particular AMDGPU) can treat more aptly for optimisations and code
correctness
1/3 required PRs to enable declare target to mapping, should look at PR
3/3 to check for full green passes (this one will fail a number due to
some dependencies).
Co-authored-by: Raghu Maddhipatla raghu.maddhipatla at amd.com
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