aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/arr-fp-arg-no-copy.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/arr-fp-arg-no-copy.ll')
-rw-r--r--test/CodeGen/PowerPC/arr-fp-arg-no-copy.ll23
1 files changed, 0 insertions, 23 deletions
diff --git a/test/CodeGen/PowerPC/arr-fp-arg-no-copy.ll b/test/CodeGen/PowerPC/arr-fp-arg-no-copy.ll
deleted file mode 100644
index aa6d8a7bfa73..000000000000
--- a/test/CodeGen/PowerPC/arr-fp-arg-no-copy.ll
+++ /dev/null
@@ -1,23 +0,0 @@
-; RUN: llc -verify-machineinstrs -mcpu=ppc64 < %s | FileCheck %s
-target datalayout = "E-m:e-i64:64-n32:64"
-target triple = "powerpc64-unknown-linux-gnu"
-
-; Function Attrs: nounwind
-define void @bar() #0 {
-entry:
- tail call void @xxx([2 x i64] [i64 4607182418800017408, i64 4611686018427387904]) #0
- ret void
-
-; CHECK-LABEL: @bar
-; CHECK-DAG: li [[REG1:[0-9]+]], 1023
-; CHECK-DAG: li [[REG2:[0-9]+]], {{1$}}
-; CHECK-DAG: sldi 3, [[REG1]], 52
-; CHECK-DAG: sldi 4, [[REG2]], 62
-; CHECK: bl xxx
-; CHECK: blr
-}
-
-declare void @xxx([2 x i64])
-
-attributes #0 = { nounwind }
-