This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Add 'apple-latest' CPU alias
ClosedPublic

Authored by thegameg on Jan 7 2019, 4:01 AM.

Details

Summary

The 'apple-latest' alias is supposed to provide a CPU that contains the latest Apple processor model supported by LLVM.

This is supposed to be used by tools like lldb to provide a target that supports most of the CPU features.

For now, this is mapped to Cyclone.

Diff Detail

Repository
rL LLVM

Event Timeline

thegameg created this revision.Jan 7 2019, 4:01 AM
thegameg updated this revision to Diff 180498.Jan 7 2019, 7:48 AM

Fix RUN command in test.

fhahn accepted this revision.Jan 28 2019, 9:21 AM
fhahn added a subscriber: fhahn.

LGTM. It might be worth to add the CPU to test/CodeGen/AArch64/cpus.ll as well.

This revision is now accepted and ready to land.Jan 28 2019, 9:21 AM
This revision was automatically updated to reflect the committed changes.