This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Check codegen of v8.2a intrinsics
AbandonedPublic

Authored by dnsampaio on Apr 15 2019, 10:03 AM.

Details

Summary

This patch adds a assembly check for the
ARM v8.2-A intrinsics.

Diff Detail

Event Timeline

dnsampaio created this revision.Apr 15 2019, 10:03 AM
ostannard requested changes to this revision.Apr 15 2019, 10:08 AM
ostannard added a subscriber: ostannard.

Clang tests should just cover the C->IR translation, and not depend on the LLVM backends. This should instead be an IR->asm test in the LLVM repository.

This revision now requires changes to proceed.Apr 15 2019, 10:08 AM
dnsampaio abandoned this revision.Apr 16 2019, 4:22 AM

Moved tests to D60720