[all-commits] [llvm/llvm-project] 2e2800: [NFC] Move getAll{S, V}GPR{32, 128} methods to SIFra...
RamNalamothu via All-commits
all-commits at lists.llvm.org
Wed Jun 17 09:25:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2e28009981f91acc3d14268f3d9ded84963e972b
https://github.com/llvm/llvm-project/commit/2e28009981f91acc3d14268f3d9ded84963e972b
Author: vnalamot <VenkataRamanaiah.Nalamothu at amd.com>
Date: 2020-06-17 (Wed, 17 Jun 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
M llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.h
Log Message:
-----------
[NFC] Move getAll{S,V}GPR{32,128} methods to SIFrameLowering
Summary:
Future patch needs some of these in multiple places.
The definitions of these can't be in the header and be eligible for
inlining without making the full declaration of GCNSubtarget visible.
I'm not sure what the right trade-off is, but I opted to not bloat
SIRegisterInfo.h
Reviewers: arsenm, cdevadas
Reviewed By: arsenm
Subscribers: RamNalamothu, qcolombet, jvesely, wdng, nhaehnle, hiraditya, kerbowa, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D79878
More information about the All-commits
mailing list