[all-commits] [llvm/llvm-project] 818494: clang/AMDGPU: Remove flat-address-space from featu...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Jan 5 13:35:17 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 81849497b42e1a865af8aff65ab768e56a301c87
      https://github.com/llvm/llvm-project/commit/81849497b42e1a865af8aff65ab768e56a301c87
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-01-05 (Thu, 05 Jan 2023)

  Changed paths:
    M clang/lib/Basic/Targets/AMDGPU.cpp
    M clang/test/CodeGenOpenCL/amdgpu-features.cl
    M clang/test/OpenMP/amdgcn-attributes.cpp
    M clang/test/OpenMP/metadirective_device_isa_codegen_amdgcn.cpp

  Log Message:
  -----------
  clang/AMDGPU: Remove flat-address-space from feature map

This was only used for checking if is_shared/is_private were legal,
which we're not bothering to do anymore.

This is apparently visible to more than the target attribute (which
seems to silently ignore unrecognized features), so this has the
potential to break something (i.e. see the OpenMP test change)




More information about the All-commits mailing list