[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Sun Apr 11 16:52:15 PDT 2010
The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/1289
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 101000
Blamelist: djg
BUILD FAILED: failed test-llvm_1
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/Transforms/Scalar/IndVarSimplify.cpp
test/Transforms/IndVarSimplify/eliminate-comparison.ll
At: Sun 11 Apr 2010 16:11:07
Changed By: djg
Comments: Teach IndVarSimplify how to eliminate comparisons involving induction
variables. For example, with code like this:
for (i=0;i<n;++i)
if (i<n)
x[i] = 0;
IndVarSimplify will now recognize that i is always less than n inside
the loop, and eliminate the if.
Properties:
LOGS:
Last 10 lines of 'stdio':
LLVM :: Transforms/SCCP/apint-basictest3.ll
LLVM :: Transforms/SCCP/apint-basictest4.ll
LLVM :: Transforms/SCCP/apint-bigint.ll
Expected Passes : 4627
Expected Failures : 29
Unsupported Tests : 515
Unexpected Failures: 8
make[1]: *** [check-local-lit] Error 1
make: *** [check-lit] Error 2
Last 10 lines of 'fail':
LLVM :: CodeGen/X86/masked-iv-safe.ll
LLVM :: Transforms/InstCombine/apint-add2.ll
LLVM :: Transforms/InstCombine/apint-cast.ll
LLVM :: Transforms/InstCombine/apint-or2.ll
LLVM :: Transforms/InstCombine/apint-xor2.ll
LLVM :: Transforms/SCCP/apint-basictest4.ll
LLVM :: Transforms/SCCP/apint-basictest3.ll
LLVM :: Transforms/SCCP/apint-bigint.ll
Last 10 lines of 'xfail':
LLVM :: MC/AsmParser/X86/x86_32-bit.s
LLVM :: MC/AsmParser/X86/x86_32-mismatched-add.s
LLVM :: MC/AsmParser/X86/x86_32-bit_cat.s
LLVM :: MC/AsmParser/directive_lsym.s
LLVM :: MC/AsmParser/exprs-invalid.s
LLVM :: MC/AsmParser/X86/x86_32-encoding.s
LLVM :: Transforms/GVN/rle-no-phi-translate.ll
LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll
LLVM :: Transforms/TailCallElim/nocapture.ll
LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
Last 10 lines of 'unsupported':
LLVM :: LLVMC/C++/hello.cpp
LLVM :: LLVMC/C/hello.c
LLVM :: LLVMC/C/emit-llvm.c
LLVM :: LLVMC/C++/together.cpp
LLVM :: LLVMC/C/include.c
LLVM :: LLVMC/C/opt-test.c
LLVM :: LLVMC/C/sink.c
LLVM :: LLVMC/C/wall.c
LLVM :: LLVMC/ObjC++/hello.mm
LLVM :: LLVMC/ObjC/hello.m
Last 10 lines of 'masked-iv-safe.ll':
--
sarq $8, %rsi
sarq $24, %rsi
--
Command Output (stderr):
--
--
********************
Last 10 lines of 'apint-add2.ll':
%tmp.4 = add i65 %tmp.2, -18446744073709551616 ; <i65> [#uses=1]
%tmp.4 = add i1024 %tmp.2, -89884656743115795386465259539451236680898848947115328636715040578866337902750481566354238661203768010560056939935696678829394884407208311246423715319737062188883946712432742638151109800623047059726541476042502884419075341171231440736956555270413618581675255342293149119973622969239858152417678164812112068608 ; <i1024> [#uses=1]
%tmp.4 = add i128 %tmp.2, -170141183460469231731687303715884105728 ; <i128> [#uses=1]
--
Command Output (stderr):
--
--
********************
Last 10 lines of 'apint-cast.ll':
<stdin>:9:1: note: scanning from here
}
^
<stdin>:13:2: note: possible intended match here
%tmp21 = lshr i577 %tmp, 9 ; <i577> [#uses=1]
^
--
********************
Last 10 lines of 'apint-or2.ll':
Command Output (stdout):
--
%R = or i399 %B, %D ; <i399> [#uses=1]
--
Command Output (stderr):
--
--
********************
Last 10 lines of 'apint-xor2.ll':
Command Output (stdout):
--
%C1 = xor i1023 %B1, 703687463 ; <i1023> [#uses=1]
--
Command Output (stderr):
--
--
********************
Last 10 lines of 'apint-basictest4.ll':
Stack dump:
0. Program arguments: opt -sccp -S
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'Sparse Conditional Constant Propagation' on function '@test'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/Transforms/SCCP/Output/apint-basictest4.ll.script: line 9: 20612 Abort trap 'opt' '-sccp' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/SCCP/apint-basictest4.ll'
20614 Done | 'not' 'grep' 'and'
--
********************
Last 10 lines of 'apint-basictest3.ll':
Stack dump:
0. Program arguments: opt -sccp -S
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'Sparse Conditional Constant Propagation' on function '@test'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/Transforms/SCCP/Output/apint-basictest3.ll.script: line 6: 20610 Abort trap 'opt' '-sccp' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/SCCP/apint-basictest3.ll'
20613 Done | 'not' 'grep' 'mul'
--
********************
Last 10 lines of 'apint-bigint.ll':
Stack dump:
0. Program arguments: opt -sccp -S
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'Sparse Conditional Constant Propagation' on function '@test1'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/Transforms/SCCP/Output/apint-bigint.ll.script: line 3: 20656 Abort trap 'opt' '-sccp' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/SCCP/apint-bigint.ll'
20657 Done | 'not' 'grep' 'xor'
--
********************
More information about the llvm-testresults
mailing list