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

agozillon via All-commits all-commits at lists.llvm.org
Fri Aug 22 07:41:54 PDT 2025


  Branch: refs/heads/users/agozillo/declare-target-to-1
  Home:   https://github.com/llvm/llvm-project
  Commit: 909b06c7f8ee6afa740d7172515ed5b1cfc4e74e
      https://github.com/llvm/llvm-project/commit/909b06c7f8ee6afa740d7172515ed5b1cfc4e74e
  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