This is an archive of the discontinued LLVM Phabricator instance.

Add support for Cortex-A17
ClosedPublic

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

Details

Reviewers
rengolin
Summary

Adds support for the Cortex-A17 processor to Clang.

Diff Detail

Event Timeline

mwahab updated this revision to Diff 14718.Oct 10 2014, 5:47 AM
mwahab retitled this revision from to Add support for Cortex-A17.
mwahab updated this object.
mwahab edited the test plan for this revision. (Show Details)
mwahab added a subscriber: Unknown Object (MLST).

Depends on the linked LLVM patch to add support in the ARM backend.

If this defaults as v7, it'll have the right flags but behave like an A9 in the back-end, right? Is that expected, or should we add it to ARM.td and friends first?

--renato

The will depend on the LLVM patch which adds the Cortex-A17 to the backend and which will have to be committed first.

Ignore me, I only saw the other request now. :)

rengolin accepted this revision.Oct 10 2014, 6:42 AM
rengolin added a reviewer: rengolin.
This revision is now accepted and ready to land.Oct 10 2014, 6:42 AM
rengolin closed this revision.Oct 13 2014, 3:35 AM

r219607

Thanks,
Matthew