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

Jakob Stoklund Olesen stoklund at 2pi.dk
Fri Sep 24 13:34:49 PDT 2010


Author: stoklund
Date: Fri Sep 24 15:34:49 2010
New Revision: 114755

URL: http://llvm.org/viewvc/llvm-project?rev=114755&view=rev
Log:
Be more precise when trying to XFAIL this tester: http://google1.osuosl.org:8011/builders/llvm-arm-linux

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=114755&r1=114754&r2=114755&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/fold-calls.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/fold-calls.ll Fri Sep 24 15:34:49 2010
@@ -1,8 +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 test is inexplicably still failing, which suggests a bug in the host
+; libm. It appears that sin(inf) returns NaN without setting a floating point
+; exception.
+; XFAIL: arm-pc-linux-gnu
 
 ; This shouldn't fold, because sin(inf) is invalid.
 ; CHECK: @foo





More information about the llvm-commits mailing list