summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/SystemZ')
-rw-r--r--llvm/test/CodeGen/SystemZ/fp-const-10.ll15
1 files changed, 0 insertions, 15 deletions
diff --git a/llvm/test/CodeGen/SystemZ/fp-const-10.ll b/llvm/test/CodeGen/SystemZ/fp-const-10.ll
deleted file mode 100644
index cb00eb64a0d..00000000000
--- a/llvm/test/CodeGen/SystemZ/fp-const-10.ll
+++ /dev/null
@@ -1,15 +0,0 @@
-; Test loads of SNaN.
-;
-; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
-
-; Test that we don't do an FP extending load, as this would result in a
-; converstion to QNaN.
-define double @f1() {
-; CHECK-LABEL: .LCPI0_0
-; CHECK: .quad 9219994337134247936
-; CHECK-LABEL: f1:
-; CHECK: larl %r1, .LCPI0_0
-; CHECK-NOT: ldeb %f0, 0(%r1)
-; CHECK: ld %f0, 0(%r1)
- ret double 0x7FF4000000000000
-}
OpenPOWER on IntegriCloud