aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/pr26617.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/pr26617.ll')
-rw-r--r--test/CodeGen/PowerPC/pr26617.ll15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/CodeGen/PowerPC/pr26617.ll b/test/CodeGen/PowerPC/pr26617.ll
deleted file mode 100644
index 5fe7a401db87..000000000000
--- a/test/CodeGen/PowerPC/pr26617.ll
+++ /dev/null
@@ -1,15 +0,0 @@
-; RUN: llc -verify-machineinstrs -mcpu=pwr8 -mtriple=powerpc-unknown-unknown < %s | FileCheck %s
-define i32 @test(<4 x i32> %v, i32 %elem) #0 {
-entry:
- %vecext = extractelement <4 x i32> %v, i32 %elem
- ret i32 %vecext
-}
-; CHECK: stxvw4x 34,
-; CHECK: lwzx 3,
-
-define float @test2(i32 signext %a) {
-entry:
- %conv = bitcast i32 %a to float
- ret float %conv
-}
-; CHECK-NOT: mtvsr