[all-commits] [llvm/llvm-project] ea4737: [AMDGPU][NFC] Organize code around reserving VGPR3...
Mahesha S via All-commits
all-commits at lists.llvm.org
Thu Apr 14 00:21:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea47373af4bf4d1a7f4b8f9b23da55220670ae37
https://github.com/llvm/llvm-project/commit/ea47373af4bf4d1a7f4b8f9b23da55220670ae37
Author: hsmahesha <mahesha.comp at gmail.com>
Date: 2022-04-14 (Thu, 14 Apr 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
Log Message:
-----------
[AMDGPU][NFC] Organize code around reserving VGPR32 for AGPR copy.
This is an NFC patch in preparation to fix a bug related to always
reserving VGPR32 for AGPR copy.
Reviewed By: rampitec
Differential Revision: https://reviews.llvm.org/D123651
More information about the All-commits
mailing list