This is an archive of the discontinued LLVM Phabricator instance.

[mips] Expose adjustStackPtr() from MipsInstrInfo. NFC.
ClosedPublic

Authored by vkalintiris on Mar 26 2015, 11:07 AM.

Details

Summary

adjustStackPtr() is implemented from both MipsSEInstrInfo and
Mips16InstrInfo. It makes sense to expose this function from
MipsInstrInfo and avoid explicit casting in some cases.

Depends on D8638.

Diff Detail

Repository
rL LLVM

Event Timeline

vkalintiris retitled this revision from to [mips] Expose adjustStackPtr() from MipsInstrInfo. NFC..
vkalintiris updated this object.
vkalintiris edited the test plan for this revision. (Show Details)
vkalintiris added a reviewer: dsanders.
vkalintiris added a subscriber: Unknown Object (MLST).
echristo accepted this revision.Mar 26 2015, 12:47 PM
echristo added a reviewer: echristo.
echristo added a subscriber: echristo.

LGTM.

-eric

This revision is now accepted and ready to land.Mar 26 2015, 12:47 PM
dsanders accepted this revision.Apr 1 2015, 11:31 AM
dsanders edited edge metadata.

LGTM

vkalintiris edited edge metadata.Apr 2 2015, 3:43 AM
vkalintiris removed a subscriber: echristo.
This revision was automatically updated to reflect the committed changes.