[all-commits] [llvm/llvm-project] dac4f5: AMDGPU: Flat instructions do not have signed offse...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Jun 18 03:01:21 PDT 2024
Branch: refs/heads/users/arsenm/amdgpu-flat-atomics-use-unsigned-offsets
Home: https://github.com/llvm/llvm-project
Commit: dac4f5e1a33795680c07492fffd93d060e090f35
https://github.com/llvm/llvm-project/commit/dac4f5e1a33795680c07492fffd93d060e090f35
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-06-18 (Tue, 18 Jun 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
M llvm/lib/Target/AMDGPU/FLATInstructions.td
M llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fadd.ll
M llvm/test/CodeGen/AMDGPU/fp-atomics-gfx940.ll
M llvm/test/CodeGen/AMDGPU/fp64-atomics-gfx90a.ll
M llvm/test/Transforms/InferAddressSpaces/AMDGPU/flat_atomic.ll
Log Message:
-----------
AMDGPU: Flat instructions do not have signed offsets gfx7-gfx11
Fixes some atomicrmw fadd and intrinsic cases. There are a few
more broken places using signed offsets.
Commit: cf7e6c466a2bba52b49f98a45eb4147102eec033
https://github.com/llvm/llvm-project/commit/cf7e6c466a2bba52b49f98a45eb4147102eec033
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-06-18 (Tue, 18 Jun 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/FLATInstructions.td
Log Message:
-----------
Remove now unused pattern classes
Compare: https://github.com/llvm/llvm-project/compare/b8e383639b0c...cf7e6c466a2b
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