[all-commits] [llvm/llvm-project] 401d82: AMDGPU: Remove ds_fmin/ds_fmax intrinsics
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jun 26 09:11:52 PDT 2024
Branch: refs/heads/users/arsenm/amdgpu-remove-ds-fmin-fmax-intrinsics
Home: https://github.com/llvm/llvm-project
Commit: 401d82fb69592c8715e6ffa367ffdedd923746ae
https://github.com/llvm/llvm-project/commit/401d82fb69592c8715e6ffa367ffdedd923746ae
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-06-26 (Wed, 26 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
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