[all-commits] [llvm/llvm-project] 864e3b: AMDGPU: Remove ds_fmin/ds_fmax intrinsics

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Jun 27 01:55:39 PDT 2024


  Branch: refs/heads/users/arsenm/amdgpu-remove-ds-fmin-fmax-intrinsics
  Home:   https://github.com/llvm/llvm-project
  Commit: 864e3bbfc5f40bfb1e87f7689ede0d5f33aa42da
      https://github.com/llvm/llvm-project/commit/864e3bbfc5f40bfb1e87f7689ede0d5f33aa42da
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-06-27 (Thu, 27 Jun 2024)

  Changed paths:
    M llvm/docs/ReleaseNotes.rst
    M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
    M llvm/lib/IR/AutoUpgrade.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPUSearchableTables.td
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/test/Bitcode/amdgcn-atomic.ll
    R llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.ds.fmax.ll
    R llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.ds.fmin.ll
    R llvm/test/CodeGen/AMDGPU/lds-atomic-fmin-fmax.ll

  Log Message:
  -----------
  AMDGPU: Remove ds_fmin/ds_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