Enable the ARM Neon intrinsics test by default.

The test being marked 'REQUIRES: long-tests' doesn't make sense. It's not the
first time the test is broken without being noticed by the committer. If the
test is too long, it should be shortened, split in multiple ones or removed
altogether. Keeping it as is is actively harmful.
(BTW, on my machine `ninja check-clang` takes 90-92 seconds with and without
this test. The difference in times is below the spread caused by random
factors.)

llvm-svn: 304302
This commit is contained in:
Alexander Kornienko 2017-05-31 14:35:50 +00:00
parent 915e3ab8f6
commit 50e3e123e8
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@
// RUN: -disable-O0-optnone -emit-llvm -o - %s \
// RUN: | opt -S -mem2reg | FileCheck %s
// REQUIRES: long-tests
#include <arm_neon.h>
// CHECK-LABEL: @test_vaba_s8(