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.
Paths
| Differential D8640
[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 Depends on D8638.
Diff Detail
Event Timelinevkalintiris updated this object. vkalintiris added a parent revision: D8638: [mips] Make sure that we don't adjust the stack pointer by zero amount.. This revision is now accepted and ready to land.Mar 26 2015, 12:47 PM Closed by commit rL233905: [mips] Expose adjustStackPtr() from MipsInstrInfo. NFC. (authored by vkalintiris). · Explain WhyApr 2 2015, 3:45 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 23134 llvm/trunk/lib/Target/Mips/Mips16FrameLowering.cpp
llvm/trunk/lib/Target/Mips/Mips16InstrInfo.h
llvm/trunk/lib/Target/Mips/MipsInstrInfo.h
llvm/trunk/lib/Target/Mips/MipsSEFrameLowering.cpp
llvm/trunk/lib/Target/Mips/MipsSEInstrInfo.h
|