From bfbf2aa48d11441cde06d834a88baeac087c1ce5 Mon Sep 17 00:00:00 2001 From: Elliot Colp Date: Wed, 3 Aug 2016 19:39:20 +0000 Subject: [PATCH] I can't reproduce this buildbot failure locally, so temporarily remove this test while I investigate. http://bb.pgr.jp/builders/ninja-x64-msvc-RA-centos6/builds/27427 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277636 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/SystemZ/fp-const-10.ll | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 test/CodeGen/SystemZ/fp-const-10.ll diff --git a/test/CodeGen/SystemZ/fp-const-10.ll b/test/CodeGen/SystemZ/fp-const-10.ll deleted file mode 100644 index cb00eb64a0d..00000000000 --- a/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 -} -- 2.11.0