[all-commits] [llvm/llvm-project] f01430: [AMDGPU] [NFC]: Organize the code around reserving...
Mahesha S via All-commits
all-commits at lists.llvm.org
Tue Mar 22 18:48:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f014303e2ce410aa20517db612d91488e7a06d22
https://github.com/llvm/llvm-project/commit/f014303e2ce410aa20517db612d91488e7a06d22
Author: hsmahesha <mahesha.comp at gmail.com>
Date: 2022-03-23 (Wed, 23 Mar 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
Log Message:
-----------
[AMDGPU] [NFC]: Organize the code around reserving registers.
First, add code to reserve all required special purpose registers,
followed by code to reserve SGPRs, followed by code to reserve
VGPRs/AGPRs.
This patch is prepared as a pre-requisite to fix an issue related to
GFX90A hardware.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D122219
More information about the All-commits
mailing list