This is an archive of the discontinued LLVM Phabricator instance.

Use default IR alignment for cleanup.dest.slot.
ClosedPublic

Authored by rjmccall on Nov 28 2017, 11:29 AM.

Details

Summary

Forcing the 4 byte alignment caused an issue in my out of tree backend that doesn't even have a 4 byte aligned stack. Using the default target-specific alignment for i32 seems more reasonable.

Diff Detail

Event Timeline

jacobly created this revision.Nov 28 2017, 11:29 AM
rjmccall accepted this revision.Nov 28 2017, 12:05 PM

Okay, seems reasonable enough.

This revision is now accepted and ready to land.Nov 28 2017, 12:05 PM

Could someone commit this for me? Thanks.

adriweb added a subscriber: adriweb.Dec 1 2017, 4:21 PM

@rjmccall any ETA for a commit as requested by @jacobly?

rjmccall commandeered this revision.Jan 12 2018, 2:08 PM
rjmccall edited reviewers, added: jacobly; removed: rjmccall.
This revision now requires review to proceed.Jan 12 2018, 2:08 PM
rjmccall accepted this revision.Jan 12 2018, 2:09 PM

r322406

This revision is now accepted and ready to land.Jan 12 2018, 2:09 PM
rjmccall closed this revision.Jan 12 2018, 2:09 PM