[all-commits] [llvm/llvm-project] bff17f: [AMDGPU] Remove support for no-return buffer atomi...
Jay Foad via All-commits
all-commits at lists.llvm.org
Tue Oct 17 06:47:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bff17f9f23ce72ca603b6a3d31a9bf97e3b1bc75
https://github.com/llvm/llvm-project/commit/bff17f9f23ce72ca603b6a3d31a9bf97e3b1bc75
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-10-17 (Tue, 17 Oct 2023)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstructions.td
Log Message:
-----------
[AMDGPU] Remove support for no-return buffer atomic intrinsics. NFC. (#69326)
Thsi removes some of the machinery added by D85268, which was unused
since D87719 changed all buffer atomic intrinsics to return a value.
More information about the All-commits
mailing list