This is an archive of the discontinued LLVM Phabricator instance.

[ARM/AArch64][v8.5A] Add Armv8.5-A target
ClosedPublic

Authored by olista01 on Sep 25 2018, 7:19 AM.

Details

Summary

This patch allows targetting Armv8.5-A from Clang. Most of the
implementation is in TargetParser, so this is mostly just adding tests.

Patch by Pablo Barrio!

Diff Detail

Repository
rC Clang

Event Timeline

olista01 created this revision.Sep 25 2018, 7:19 AM
SjoerdMeijer accepted this revision.Sep 25 2018, 9:16 AM

Looks okay to me

test/Driver/arm-cortex-cpus.c
338

nit: perhaps move this to below, where we have the other fp16 checks?

test/Preprocessor/arm-target-features.c
746

thanks for upstreaming a little bit of v8.3 and v8.4 too :-)

This revision is now accepted and ready to land.Sep 25 2018, 9:16 AM
This revision was automatically updated to reflect the committed changes.