[all-commits] [llvm/llvm-project] 13a1fc: AMDGPU: Add missing atomic-fmin-fmax-global to gfx...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Jul 30 21:53:44 PDT 2026


  Branch: refs/heads/users/arsenm/amdgpu/fillfeaturemap-atomic-fmin-fmax-global
  Home:   https://github.com/llvm/llvm-project
  Commit: 13a1fcb3a06c2120432d200e7026f01df606fe39
      https://github.com/llvm/llvm-project/commit/13a1fcb3a06c2120432d200e7026f01df606fe39
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2026-07-31 (Fri, 31 Jul 2026)

  Changed paths:
    M clang/test/CodeGenOpenCL/builtins-amdgcn-gfx13.cl
    M clang/test/CodeGenOpenCL/builtins-amdgcn-raw-buffer-atomic-max.cl
    M llvm/lib/TargetParser/AMDGPUTargetParser.cpp
    M llvm/test/CodeGen/AMDGPU/fp-min-max-buffer-ptr-atomics.ll
    M llvm/test/CodeGen/AMDGPU/fp64-min-max-buffer-ptr-atomics.ll

  Log Message:
  -----------
  AMDGPU: Add missing atomic-fmin-fmax-global to gfx13 feature map

fillAMDGCNFeatureMap omitted atomic-fmin-fmax-global-f32 and
atomic-fmin-fmax-global-f64 for gfx1310/gfx13-generic, so clang wrongly
rejected the raw_ptr_buffer_atomic_f{min,max}_f{32,64} builtins on those
targets even though the backend enables the features. Add them to the
gfx13 case.

Co-authored-by: Claude (Claude-Opus-4.8)



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