aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Hexagon/vect/vect-vsubb-1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Hexagon/vect/vect-vsubb-1.ll')
-rw-r--r--test/CodeGen/Hexagon/vect/vect-vsubb-1.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGen/Hexagon/vect/vect-vsubb-1.ll b/test/CodeGen/Hexagon/vect/vect-vsubb-1.ll
deleted file mode 100644
index 8ac76a0bf13c..000000000000
--- a/test/CodeGen/Hexagon/vect/vect-vsubb-1.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: llc -march=hexagon < %s | FileCheck %s
-; CHECK: vsubub
-
-define <4 x i8> @t_i4x8(<4 x i8> %a, <4 x i8> %b) nounwind {
-entry:
- %0 = sub <4 x i8> %a, %b
- ret <4 x i8> %0
-}