This is an archive of the discontinued LLVM Phabricator instance.

[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
this information to the MipsSubtarget.

No functional change.

Depends on D5008

Diff Detail

Event Timeline

dsanders updated this revision to Diff 12783.Aug 21 2014, 9:35 AM
dsanders retitled this revision from to [mips] Move MipsTargetLowering::MipsCC::regSize() to MipsSubtarget::getGPRSizeInBytes().
dsanders updated this object.
dsanders edited the test plan for this revision. (Show Details)
dsanders added a reviewer: vmedic.
dsanders added a subscriber: Unknown Object (MLST).
vmedic accepted this revision.Sep 5 2014, 7:19 AM
vmedic edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 5 2014, 7:19 AM
dsanders closed this revision.Sep 9 2014, 5:20 AM