aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/pr30640.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/pr30640.ll')
-rw-r--r--test/CodeGen/PowerPC/pr30640.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/CodeGen/PowerPC/pr30640.ll b/test/CodeGen/PowerPC/pr30640.ll
deleted file mode 100644
index fe8c0d6b03ca..000000000000
--- a/test/CodeGen/PowerPC/pr30640.ll
+++ /dev/null
@@ -1,11 +0,0 @@
-; RUN: llc -O2 -mtriple=powerpc64-linux-gnu -mcpu=pwr8 < %s | FileCheck %s
-
-define i64 @foo() {
-entry:
- ret i64 -3617008641903833651
-
-; CHECK: lis [[REG1:[0-9]+]], -12851
-; CHECK: ori [[REG2:[0-9]+]], [[REG1]], 52685
-; CHECK: rldimi 3, 3, 32, 0
-}
-