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

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Sep 5 23:36:44 PDT 2024


  Branch: refs/heads/users/arsenm/amdgpu-remove-flat-global-fmin-fmax-intrinsics
  Home:   https://github.com/llvm/llvm-project
  Commit: 6e4312b8f09360879a359befc0f3ca7a2397409b
      https://github.com/llvm/llvm-project/commit/6e4312b8f09360879a359befc0f3ca7a2397409b
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-09-06 (Fri, 06 Sep 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