This is an archive of the discontinued LLVM Phabricator instance.

Add driver support for Qualcomm Kryo cpu.
ClosedPublic

Authored by mcrosier on Feb 10 2016, 7:57 PM.

Details

Summary

Add support for Kryo.

Diff Detail

Event Timeline

apazos updated this revision to Diff 47588.Feb 10 2016, 7:57 PM
apazos retitled this revision from to Add support for Kryo mcpu.
apazos updated this object.
apazos added reviewers: mcrosier, cestes.
apazos set the repository for this revision to rL LLVM.
mcrosier commandeered this revision.Feb 11 2016, 6:33 AM
mcrosier edited reviewers, added: apazos; removed: mcrosier.
mcrosier retitled this revision from Add support for Kryo mcpu to Add driver support for Qualcomm Kryo cpu..Feb 11 2016, 8:44 AM
mcrosier updated this object.
mcrosier updated this revision to Diff 47657.Feb 11 2016, 8:55 AM
mcrosier removed rL LLVM as the repository for this revision.

Format the tests to match those already in tree.

Don't add support for zcz and zcm just yet; this needs additional testing.

mcrosier edited reviewers, added: rengolin, t.p.northover; removed: apazos, cestes.Feb 11 2016, 8:56 AM
mcrosier added subscribers: cestes, apazos, cfe-commits.
mcrosier added subscribers: gberry, mssimpso, junbuml and 2 others.
rengolin edited edge metadata.Feb 11 2016, 9:18 AM

I'm assuming you also have the LLVM counterpart?

t.p.northover accepted this revision.Feb 11 2016, 9:37 AM
t.p.northover edited edge metadata.

Looks reasonable to me.

Tim.

This revision is now accepted and ready to land.Feb 11 2016, 9:37 AM

I'm assuming you also have the LLVM counterpart?

Yes, but I haven't made them public just yet.

http://reviews.llvm.org/D17122
http://reviews.llvm.org/D17119

mcrosier closed this revision.Feb 11 2016, 10:15 AM

Committed r260555.

Committed r260555.

It would have been better to commit the LLVM parts first. Now, there will be a range where kyro will be accepted by Clang but broken when it gets to setup the target.

--renato