This is an archive of the discontinued LLVM Phabricator instance.

[ARM64] Enable alignment control option in front-end for ARM64 - LLVM.
Needs ReviewPublic

Authored by kevin.qin on Apr 23 2014, 3:07 AM.

Details

Reviewers
t.p.northover
Summary

This is the modification in LLVM part.

Diff Detail

Event Timeline

kevin.qin updated this revision to Diff 8768.Apr 23 2014, 3:07 AM
kevin.qin retitled this revision from to [ARM64] Enable alignment control option in front-end for ARM64 - LLVM..
kevin.qin updated this object.
kevin.qin edited the test plan for this revision. (Show Details)
kevin.qin added a reviewer: t.p.northover.
kevin.qin added a subscriber: Unknown Object (MLST).
t.p.northover edited edge metadata.Apr 23 2014, 3:09 AM

Hi Kevin,

This should probably be tested (if you're lucky there's one hanging around in the AArch64 directory that you can just add an arm64 RUN line to).

Cheers.

Tim.

Hi Tim,

There is already a test case in ARM64. See
'llvm/test/CodeGen/ARM64/strict-align.ll'.

2014-04-23 18:09 GMT+08:00 Tim Northover <t.p.northover@gmail.com>:

Hi Kevin,

This should probably be tested (if you're lucky there's one hanging around
in the AArch64 directory that you can just add an arm64 RUN line to).

Cheers.

Tim.

http://reviews.llvm.org/D3467

kevin.qin updated this revision to Diff 8786.Apr 23 2014, 8:03 PM
kevin.qin edited edge metadata.

Add new run line to test "-arm64-no-strict-align".

Thanks Kevin. That looks fine now.

Tim.