[all-commits] [llvm/llvm-project] 3e12cc: [AMDGPU] Simplify AGPR reservation. NFC.
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Thu Mar 16 16:16:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e12cc9463e6c75212c513e3667be0e334e765ac
https://github.com/llvm/llvm-project/commit/3e12cc9463e6c75212c513e3667be0e334e765ac
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2023-03-16 (Thu, 16 Mar 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
Log Message:
-----------
[AMDGPU] Simplify AGPR reservation. NFC.
The intent of the code was to reserve all AGPRs on a target without
AGPRs, so just do exactly that. Existing code was unsound.
More information about the All-commits
mailing list