This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Add support for Cortex-A17
ClosedPublic

Authored by mwahab on Oct 10 2014, 5:41 AM.

Details

Reviewers
rengolin
jmolloy
Summary

Adds support for the Cortex-A17 to the ARM backend.

Diff Detail

Event Timeline

mwahab updated this revision to Diff 14717.Oct 10 2014, 5:41 AM
mwahab retitled this revision from to [ARM] Add support for Cortex-A17.
mwahab updated this object.
mwahab edited the test plan for this revision. (Show Details)
mwahab set the repository for this revision to rL LLVM.
mwahab added a subscriber: Unknown Object (MLST).
jmolloy accepted this revision.Oct 10 2014, 5:52 AM
jmolloy added a reviewer: jmolloy.
jmolloy added a subscriber: jmolloy.

Hi Matt,

This looks good to me, provided you fix the indentation I mention in an inline comment.

Cheers,

James

lib/Target/ARM/ARM.td
380

This should be aligned to the first '"' character in "cortex-a17".

This revision is now accepted and ready to land.Oct 10 2014, 5:52 AM

Which part needs to be fixed? As far as I can tell, the 'CortexA9Model' is on the same line as the 'cortex-a17' and the next line is aligned consistently with the other cortex descriptions.

LGTM, with James' comment.

--renato

mwahab updated this revision to Diff 14788.Oct 13 2014, 2:34 AM
mwahab edited edge metadata.

Discussed with jmolloy: change in line 379, to align 'CortexA9Model' with the block on the line below.

rengolin accepted this revision.Oct 13 2014, 2:39 AM
rengolin added a reviewer: rengolin.

Do you need help committing?

rengolin accepted this revision.Oct 13 2014, 2:42 AM

Do you need help committing?

Yes please. The llvm patch needs to go in before the clang patch.
Thanks.

rengolin closed this revision.Oct 13 2014, 3:34 AM
This comment was removed by rengolin.
rengolin added a comment.EditedOct 13 2014, 3:35 AM

r219606