[all-commits] [llvm/llvm-project] f7950a: [Flang][OpenMP] Additional global address space mo...
agozillon via All-commits
all-commits at lists.llvm.org
Thu Aug 21 05:34:16 PDT 2025
Branch: refs/heads/users/agozillo/declare-target-to-1
Home: https://github.com/llvm/llvm-project
Commit: f7950aaee9530458e6e3a0dfb647adca430ab85b
https://github.com/llvm/llvm-project/commit/f7950aaee9530458e6e3a0dfb647adca430ab85b
Author: agozillon <Andrew.Gozillon at amd.com>
Date: 2025-08-21 (Thu, 21 Aug 2025)
Changed paths:
M flang/include/flang/Optimizer/Builder/FIRBuilder.h
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