[llvm] r277636 - I can't reproduce this buildbot failure locally, so temporarily remove this test while I investigate.

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 3 20:43:20 PDT 2016


Hi Elliot,

If one of your commits upsets the bots, please either revert the entire commit
or XFAIL the tests. This ensures that we don't end up in a situation where the
tests have disappeared, but some potentially bad logic is still in the
compiler.

thanks,
vedant

> On Aug 3, 2016, at 12:39 PM, Elliot Colp via llvm-commits <llvm-commits at lists.llvm.org> wrote:
> 
> Author: colpell
> Date: Wed Aug  3 14:39:20 2016
> New Revision: 277636
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=277636&view=rev
> Log:
> 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
> 
> Removed:
>    llvm/trunk/test/CodeGen/SystemZ/fp-const-10.ll
> 
> Removed: llvm/trunk/test/CodeGen/SystemZ/fp-const-10.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SystemZ/fp-const-10.ll?rev=277635&view=auto
> ==============================================================================
> --- llvm/trunk/test/CodeGen/SystemZ/fp-const-10.ll (original)
> +++ llvm/trunk/test/CodeGen/SystemZ/fp-const-10.ll (removed)
> @@ -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
> -}
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list