The GPR size is more a property of the subtarget than that of the ABI so move
this information to the MipsSubtarget.
No functional change.
Depends on D5008
Paths
| Differential D5009
[mips] Move MipsTargetLowering::MipsCC::regSize() to MipsSubtarget::getGPRSizeInBytes() ClosedPublic Authored by dsanders on Aug 21 2014, 9:35 AM.
Details Summary The GPR size is more a property of the subtarget than that of the ABI so move No functional change. Depends on D5008
Diff Detail Event Timelinedsanders retitled this revision from to [mips] Move MipsTargetLowering::MipsCC::regSize() to MipsSubtarget::getGPRSizeInBytes(). dsanders updated this object. dsanders added a parent revision: D5008: [mips] Don't cache IsO32 and IsFP64 in MipsTargetLowering::MipsCC. This revision is now accepted and ready to land.Sep 5 2014, 7:19 AM
Revision Contents
Diff 12783 lib/Target/Mips/MipsISelLowering.h
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsSubtarget.h
|