aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/pr26180.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/pr26180.ll')
-rw-r--r--test/CodeGen/PowerPC/pr26180.ll14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/CodeGen/PowerPC/pr26180.ll b/test/CodeGen/PowerPC/pr26180.ll
deleted file mode 100644
index e4cbcb8725d5..000000000000
--- a/test/CodeGen/PowerPC/pr26180.ll
+++ /dev/null
@@ -1,14 +0,0 @@
-; RUN: llc -mcpu=generic -mtriple=powerpc64le-unknown-unknown -O0 < %s | FileCheck %s --check-prefix=GENERIC
-; RUN: llc -mcpu=ppc -mtriple=powerpc64le-unknown-unknown -O0 < %s | FileCheck %s
-
-define i32 @bad(double %x) {
- %1 = fptoui double %x to i32
- ret i32 %1
-}
-
-; CHECK: fctidz 1, 1
-; CHECK: stfd 1, [[OFF:.*]](1)
-; CHECK: lwz {{[0-9]*}}, [[OFF]](1)
-; GENERIC: fctiwuz 1, 1
-; GENERIC: stfd 1, [[OFF:.*]](1)
-; GENERIC: lwz {{[0-9]*}}, [[OFF]](1)