[all-commits] [llvm/llvm-project] 3d6b0a: AMDGPU: Add some addressing mode tests for flat at...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Jun 18 02:57:27 PDT 2024
Branch: refs/heads/users/arsenm/amdgpu-flat-atomics-use-unsigned-offsets
Home: https://github.com/llvm/llvm-project
Commit: 3d6b0a005188edd3d4e9c850e38c4b4533c5da33
https://github.com/llvm/llvm-project/commit/3d6b0a005188edd3d4e9c850e38c4b4533c5da33
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-06-18 (Tue, 18 Jun 2024)
Changed paths:
M llvm/test/CodeGen/AMDGPU/fp-atomics-gfx940.ll
M llvm/test/CodeGen/AMDGPU/fp64-atomics-gfx90a.ll
Log Message:
-----------
AMDGPU: Add some addressing mode tests for flat atomic intrinsics
These are incorrectly matching with signed offsets.
Commit: 7661be67656dccfa38c14cfceea07d4388a14e25
https://github.com/llvm/llvm-project/commit/7661be67656dccfa38c14cfceea07d4388a14e25
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: b8e383639b0c94f2d132fd0c771b51e248e03531
https://github.com/llvm/llvm-project/commit/b8e383639b0c94f2d132fd0c771b51e248e03531
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/215d79d69623...b8e383639b0c
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