This is an archive of the discontinued LLVM Phabricator instance.

[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.
This will fix machine verifier error, and will help to fix PR32146.

Diff Detail

Repository
rL LLVM

Event Timeline

pftbest created this revision.May 23 2017, 11:24 AM
RKSimon accepted this revision.May 24 2017, 6:02 AM

LGTM

This revision is now accepted and ready to land.May 24 2017, 6:02 AM
This revision was automatically updated to reflect the committed changes.