[llvm-commits] [llvm] r114241 - /llvm/trunk/test/Transforms/InstCombine/fold-calls.ll

Dan Gohman gohman at apple.com
Fri Sep 17 17:04:37 PDT 2010


Author: djg
Date: Fri Sep 17 19:04:37 2010
New Revision: 114241

URL: http://llvm.org/viewvc/llvm-project?rev=114241&view=rev
Log:
Attempt to XFAIL this test on arm-linux, which is inexplicably failing.

Modified:
    llvm/trunk/test/Transforms/InstCombine/fold-calls.ll

Modified: llvm/trunk/test/Transforms/InstCombine/fold-calls.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/fold-calls.ll?rev=114241&r1=114240&r2=114241&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/fold-calls.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/fold-calls.ll Fri Sep 17 19:04:37 2010
@@ -1,5 +1,9 @@
 ; RUN: opt -instcombine -S < %s | FileCheck %s
 
+; This test is inexplicably still failing, which suggests a
+; bug in the host libm.
+; XFAIL: arm-linux
+
 ; This shouldn't fold, because sin(inf) is invalid.
 ; CHECK: @foo
 ; CHECK:   %t = call double @sin(double 0x7FF0000000000000)





More information about the llvm-commits mailing list