[all-commits] [llvm/llvm-project] 0ef98a: AMDGPU: Remove ds atomic fadd intrinsics

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Jun 14 12:43:35 PDT 2024


  Branch: refs/heads/users/arsenm/amdgpu-remove-ds-atomic-fadd-intrinsics
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ef98ac6c1858ec0e35cb0f1c293d5934f96b3ad
      https://github.com/llvm/llvm-project/commit/0ef98ac6c1858ec0e35cb0f1c293d5934f96b3ad
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-06-14 (Fri, 14 Jun 2024)

  Changed paths:
    M clang/lib/CodeGen/CGBuiltin.cpp
    M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
    M llvm/lib/IR/AutoUpgrade.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUSearchableTables.td
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/DSInstructions.td
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/test/Bitcode/amdgcn-atomic.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/fp-atomics-gfx940.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/fp64-atomics-gfx90a.ll
    R llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.ds.fadd.ll
    M llvm/test/CodeGen/AMDGPU/fp-atomics-gfx1200.ll
    M llvm/test/CodeGen/AMDGPU/fp-atomics-gfx940.ll
    M llvm/test/CodeGen/AMDGPU/fp64-atomics-gfx90a.ll
    R llvm/test/CodeGen/AMDGPU/lds-atomic-fadd.ll

  Log Message:
  -----------
  AMDGPU: Remove ds atomic fadd intrinsics

These have been replaced with atomicrmw fadd



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