[all-commits] [llvm/llvm-project] 60573d: [Flang][OpenMP] Additional global address space mo...
agozillon via All-commits
all-commits at lists.llvm.org
Tue Sep 16 17:11:48 PDT 2025
Branch: refs/heads/users/agozillo/declare-target-to-1
Home: https://github.com/llvm/llvm-project
Commit: 60573dc4da379dd112fff2f594b47cab5e060a27
https://github.com/llvm/llvm-project/commit/60573dc4da379dd112fff2f594b47cab5e060a27
Author: agozillon <Andrew.Gozillon at amd.com>
Date: 2025-09-16 (Tue, 16 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
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