This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][ARM] Add Armv8.4-A tests
ClosedPublic

Authored by SjoerdMeijer on Jul 31 2018, 7:40 AM.

Details

Summary

This adds tests for Armv8.4-A, and also some v8.2 and v8.3 tests that were missed in previous upstreaming exercises.

Diff Detail

Repository
rC Clang

Event Timeline

SjoerdMeijer created this revision.Jul 31 2018, 7:40 AM
ab accepted this revision.Jul 31 2018, 12:51 PM

LGTM, thanks!

test/Driver/aarch64-cpus.c
9

Ideally, these should test aarch64-{{.*}}, no?

This revision is now accepted and ready to land.Jul 31 2018, 12:51 PM
SjoerdMeijer added inline comments.Aug 1 2018, 1:34 AM
test/Driver/aarch64-cpus.c
9

Agreed, good point. I will commit this first, and address this in a follow up as it looks like needs fixing in a few places here in this file.

This revision was automatically updated to reflect the committed changes.