[all-commits] [llvm/llvm-project] 1d59ea: [Flang][OpenMP] Additional global address space mo...

agozillon via All-commits all-commits at lists.llvm.org
Fri Aug 8 09:51:30 PDT 2025


  Branch: refs/heads/users/agozillo/declare-target-to-1
  Home:   https://github.com/llvm/llvm-project
  Commit: 1d59ea567e0b2baf200e9e225ee6c71e8f01acca
      https://github.com/llvm/llvm-project/commit/1d59ea567e0b2baf200e9e225ee6c71e8f01acca
  Author: agozillon <Andrew.Gozillon at amd.com>
  Date:   2025-08-07 (Thu, 07 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