Use ADDframe pseudo instruction instead.
This will fix machine verifier error, and will help to fix PR32146.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D33452
[MSP430] Fix PR33050: Don't use ADD16ri to lower FrameIndex. ClosedPublic Authored by pftbest on May 23 2017, 11:24 AM.
Details Summary Use ADDframe pseudo instruction instead.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 24 2017, 6:02 AM Closed by commit rL303758: [MSP430] Fix PR33050: Don't use ADD16ri to lower FrameIndex. (authored by dambrouski). · Explain WhyMay 24 2017, 8:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 100091 llvm/trunk/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
llvm/trunk/lib/Target/MSP430/MSP430InstrInfo.td
llvm/trunk/lib/Target/MSP430/MSP430RegisterInfo.cpp
llvm/trunk/test/CodeGen/MSP430/vararg.ll
|