summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/absdiff_256.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/absdiff_256.ll')
-rw-r--r--llvm/test/CodeGen/X86/absdiff_256.ll29
1 files changed, 0 insertions, 29 deletions
diff --git a/llvm/test/CodeGen/X86/absdiff_256.ll b/llvm/test/CodeGen/X86/absdiff_256.ll
deleted file mode 100644
index acc8a1fa51d..00000000000
--- a/llvm/test/CodeGen/X86/absdiff_256.ll
+++ /dev/null
@@ -1,29 +0,0 @@
-; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s
-
-declare <16 x i16> @llvm.sabsdiff.v16i16(<16 x i16>, <16 x i16>)
-
-define <16 x i16> @test_sabsdiff_v16i16_expand(<16 x i16> %a1, <16 x i16> %a2) {
-; CHECK-LABEL: test_sabsdiff_v16i16_expand:
-; CHECK: # BB#0:
-; CHECK: psubw
-; CHECK: pxor
-; CHECK: pcmpgtw
-; CHECK: movdqa
-; CHECK: pandn
-; CHECK: pxor
-; CHECK: psubw
-; CHECK: pcmpeqd
-; CHECK: pxor
-; CHECK: pandn
-; CHECK: por
-; CHECK: pcmpgtw
-; CHECK-DAG: psubw {{%xmm[0-9]+}}, [[SRC:%xmm[0-9]+]]
-; CHECK-DAG: pxor {{%xmm[0-9]+}}, [[DST:%xmm[0-9]+]]
-; CHECK: pandn [[SRC]], [[DST]]
-; CHECK: por
-; CHECK: movdqa
-; CHECK: retq
- %1 = call <16 x i16> @llvm.sabsdiff.v16i16(<16 x i16> %a1, <16 x i16> %a2)
- ret <16 x i16> %1
-}
-
OpenPOWER on IntegriCloud