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