aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/neon_arith1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/neon_arith1.ll')
-rw-r--r--test/CodeGen/ARM/neon_arith1.ll10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/CodeGen/ARM/neon_arith1.ll b/test/CodeGen/ARM/neon_arith1.ll
deleted file mode 100644
index 42e7d82c51d7..000000000000
--- a/test/CodeGen/ARM/neon_arith1.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - | FileCheck %s
-
-define <8 x i8> @t_i8x8(<8 x i8> %a, <8 x i8> %b) nounwind {
-entry:
- %0 = add <8 x i8> %a, %b
- ret <8 x i8> %0
-}
-
-; CHECK: vadd
-