aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/pr26193.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/pr26193.ll')
-rw-r--r--test/CodeGen/PowerPC/pr26193.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/CodeGen/PowerPC/pr26193.ll b/test/CodeGen/PowerPC/pr26193.ll
deleted file mode 100644
index 53c1a44738eb..000000000000
--- a/test/CodeGen/PowerPC/pr26193.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: llc -verify-machineinstrs -mcpu=pwr7 -mtriple=powerpc64le-unknown-unknown < %s | FileCheck %s
-define <8 x i16> @test(<4 x i32> %a) {
-entry:
- %0 = tail call <8 x i16> @llvm.ppc.altivec.vpkswss(<4 x i32> %a, <4 x i32> %a)
- ret <8 x i16> %0
-}
-; CHECK: vpkswss 2,
-
-declare <8 x i16> @llvm.ppc.altivec.vpkswss(<4 x i32>, <4 x i32>)