[all-commits] [llvm/llvm-project] dd7e40: AMDGPU: Move SpilledReg from MFI to SIRegisterInfo
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jun 2 14:11:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd7e407d81081b06bc792bc436adfcb583ed9902
https://github.com/llvm/llvm-project/commit/dd7e407d81081b06bc792bc436adfcb583ed9902
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-06-02 (Thu, 02 Jun 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.h
Log Message:
-----------
AMDGPU: Move SpilledReg from MFI to SIRegisterInfo
This isn't the most natural place for it, but it avoids a circular
include dependency in an out of tree patch.
More information about the All-commits
mailing list