This is an archive of the discontinued LLVM Phabricator instance.

[MSP430] Align functions on 2-byte boundary instead of 4.
ClosedPublic

Authored by pftbest on Aug 1 2017, 11:13 AM.

Details

Summary

There is no benefit in having the 4-byte alignment, and removing this
restriction can save a lot of space for some applications.

Diff Detail

Repository
rL LLVM

Event Timeline

pftbest created this revision.Aug 1 2017, 11:13 AM

ping

Should I add the tests for this change?

awygle accepted this revision.Sep 17 2017, 6:09 PM

Looks good to me!

This revision is now accepted and ready to land.Sep 17 2017, 6:09 PM
This revision was automatically updated to reflect the committed changes.