This is an archive of the discontinued LLVM Phabricator instance.

[X86] Add -malign-double support
Needs ReviewPublic

Authored by seanklein on Apr 29 2016, 1:07 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

The -malign-double flag causes i64 and f64 types to have alignment 8
instead of 4. On x86-64, -malign-double is enabled by default.

Rebases and cleans phosek's patch here: http://reviews.llvm.org/D12859
Corresponds to front-end change here: http://reviews.llvm.org/D19734

Diff Detail

Repository
rL LLVM

Event Timeline

seanklein updated this revision to Diff 55654.Apr 29 2016, 1:07 PM
seanklein retitled this revision from to [X86] Add -malign-double support.
seanklein updated this object.
seanklein set the repository for this revision to rL LLVM.
seanklein updated this object.Apr 29 2016, 1:12 PM