[all-commits] [llvm/llvm-project] 98ba59: AMDGPU: Remove flat/global fmin/fmax intrinsics

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Aug 22 12:38:23 PDT 2024


  Branch: refs/heads/users/arsenm/amdgpu-remove-flat-global-fmin-fmax-intrinsics
  Home:   https://github.com/llvm/llvm-project
  Commit: 98ba592492ac61e6a9ab4a999f6d17c9f3c81d6f
      https://github.com/llvm/llvm-project/commit/98ba592492ac61e6a9ab4a999f6d17c9f3c81d6f
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-08-22 (Thu, 22 Aug 2024)

  Changed paths:
    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/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUSearchableTables.td
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/FLATInstructions.td
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/test/Bitcode/amdgcn-atomic.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/fp64-atomics-gfx90a.ll
    M llvm/test/CodeGen/AMDGPU/dag-divergence-atomic.ll
    R llvm/test/CodeGen/AMDGPU/fp-min-max-flat-atomics-f64.ll
    R llvm/test/CodeGen/AMDGPU/fp-min-max-flat-atomics.ll
    R llvm/test/CodeGen/AMDGPU/fp-min-max-global-atomics-f64.ll
    R llvm/test/CodeGen/AMDGPU/fp-min-max-global-atomics.ll
    M llvm/test/CodeGen/AMDGPU/fp64-atomics-gfx90a.ll
    R llvm/test/Transforms/InferAddressSpaces/AMDGPU/flat-fadd-fmin-fmax-intrinsics.ll
    M llvm/test/Transforms/InferAddressSpaces/AMDGPU/flat_atomic.ll

  Log Message:
  -----------
  AMDGPU: Remove flat/global fmin/fmax intrinsics

These have been replaced with atomicrmw



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