[all-commits] [llvm/llvm-project] 2fb750: AMDGPU: Directly handle all atomicrmw cases in SII...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Aug 8 01:53:45 PDT 2024
Branch: refs/heads/users/arsenm/amdgpu-directly-handle-all-atomicrmw-cases
Home: https://github.com/llvm/llvm-project
Commit: 2fb750529a2c45089885350d70c0c58b00da689a
https://github.com/llvm/llvm-project/commit/2fb750529a2c45089885350d70c0c58b00da689a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-08-08 (Thu, 08 Aug 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
M llvm/lib/Target/AMDGPU/R600ISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Log Message:
-----------
AMDGPU: Directly handle all atomicrmw cases in SIISelLowering
We were deferring to the base AMDGPUISelLowering implementation
in some cases, which was harder to follow. This simplifies additional
new handling in future patches.
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