[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Sat Jan 15 00:21:46 PST 2011
The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/13272
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04
Build Reason:
Build Source Stamp: 123526
Blamelist: lattner
BUILD FAILED: failed test-llvm
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/Transforms/Scalar/CodeGenPrepare.cpp
At: Fri 14 Jan 2011 23:20:18
Changed By: lattner
Comments: make the current instruction iterator an ivar, allowing xforms that
potentially invalidate it (like inline asm lowering) to be sunk into
their proper place, cleaning up a ton of code.
Properties:
Files:
lib/Transforms/Scalar/CodeGenPrepare.cpp
test/Transforms/CodeGenPrepare/basic.ll
At: Fri 14 Jan 2011 23:30:18
Changed By: lattner
Comments: Now that instruction optzns can update the iterator as they go, we can
have objectsize folding recursively simplify away their result when it
folds. It is important to catch this here, because otherwise we won't
eliminate the cross-block values at isel and other times.
Properties:
File: lib/Transforms/Scalar/CodeGenPrepare.cpp
At: Fri 14 Jan 2011 23:35:18
Changed By: lattner
Comments: simplify code, no functionality change.
Properties:
Files:
lib/Transforms/Scalar/CodeGenPrepare.cpp
test/Transforms/CodeGenPrepare/basic.ll
At: Fri 14 Jan 2011 23:40:18
Changed By: lattner
Comments: fix rdar://8785296 - -fcatch-undefined-behavior generates inefficient code
The basic issue is that isel (very reasonably!) expects conditional branches
to be folded, so CGP leaving around a bunch dead computation feeding
conditional branches isn't such a good idea. Just fold branches on constants
into unconditional branches.
Properties:
LOGS:
Last 10 lines of 'stdio':
LLVM :: CodeGen/X86/sext-i1.ll
LLVM :: CodeGen/X86/zext-extract_subreg.ll
LLVM :: MC/ARM/simple-encoding.ll
Expected Passes : 5144
Expected Failures : 40
Unsupported Tests : 558
Unexpected Failures: 35
make[1]: *** [check-local-lit] Error 1
make: *** [check] Error 2
Last 10 lines of 'fail':
LLVM :: CodeGen/X86/2008-09-09-LinearScanBug.ll
LLVM :: CodeGen/X86/2009-02-09-ivs-different-sizes.ll
LLVM :: CodeGen/X86/MachineSink-PHIUse.ll
LLVM :: CodeGen/X86/codegen-dce.ll
LLVM :: CodeGen/X86/coalescer-commute5.ll
LLVM :: CodeGen/X86/discontiguous-loops.ll
LLVM :: CodeGen/X86/pr3366.ll
LLVM :: CodeGen/X86/sext-i1.ll
LLVM :: CodeGen/X86/zext-extract_subreg.ll
LLVM :: MC/ARM/simple-encoding.ll
Last 10 lines of 'xfail':
LLVM :: MC/ARM/neon-mov-encoding.s
LLVM :: MC/ARM/neont2-mov-encoding.s
LLVM :: MC/ARM/thumb2.s
LLVM :: MC/AsmParser/directive_lsym.s
LLVM :: MC/AsmParser/exprs-invalid.s
LLVM :: Transforms/DeadArgElim/deadexternal.ll
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++/unknown_suffix.unk
LLVM :: LLVMC/C/emit-llvm-opt.c
LLVM :: LLVMC/C/emit-llvm.c
LLVM :: LLVMC/C/hello.c
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 '2008-04-10-scavengerassert.ll':
14 llc 0x000000010002cd84 start + 52
Stack dump:
0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc -mtriple=arm-apple-darwin
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'Module Verifier' on function '@outer_loop'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/Output/2008-04-10-ScavengerAssert.ll.script: line 2: 9005 Illegal instruction '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc' '-mtriple=arm-apple-darwin' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/2008-04-10-ScavengerAssert.ll'
--
********************
Last 10 lines of '2007-05-31-regscavengerinfiniteloop.ll':
23 llc 0x0000000000000001 start + 4294783665
Stack dump:
0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'ARM Instruction Selection' on function '@iterative_me'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/Output/2007-05-31-RegScavengerInfiniteLoop.ll.script: line 2: 8987 Illegal instruction '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/2007-05-31-RegScavengerInfiniteLoop.ll'
--
********************
Last 10 lines of '2007-05-23-badpreindexedstore.ll':
Stack dump:
0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc -march=arm
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'Module Verifier' on function '@shape_path_alloc'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/Output/2007-05-23-BadPreIndexedStore.ll.script: line 3: 8968 Illegal instruction '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc' '-march=arm' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/2007-05-23-BadPreIndexedStore.ll'
8969 Done | '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/not' 'grep' 'str.*\!'
--
********************
Last 10 lines of '2008-04-11-phiofimpdef.ll':
14 llc 0x000000010002cd84 start + 52
Stack dump:
0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc -mtriple=arm-apple-darwin
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'Module Verifier' on function '@t'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/Output/2008-04-11-PHIofImpDef.ll.script: line 2: 9009 Illegal instruction '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc' '-mtriple=arm-apple-darwin' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/2008-04-11-PHIofImpDef.ll'
--
********************
Last 10 lines of '2008-05-19-liveintervalsbug.ll':
14 llc 0x000000010002cd84 start + 52
Stack dump:
0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc -mtriple=arm-apple-darwin
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'Module Verifier' on function '@init_global_buffers'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/Output/2008-05-19-LiveIntervalsBug.ll.script: line 2: 9021 Illegal instruction '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc' '-mtriple=arm-apple-darwin' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/2008-05-19-LiveIntervalsBug.ll'
--
********************
Last 10 lines of 'constants.ll':
<stdin>:59:2: note: scanning from here
.align 2
^
<stdin>:60:2: note: possible intended match here
_f7: @ @f7
^
--
********************
Last 10 lines of 'jumptable.ll':
<stdin>:1:2: note: scanning from here
.file "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/CellSPU/jumptable.ll"
^
<stdin>:8:4: note: possible intended match here
ceqi $4, $3, 1
^
--
********************
Last 10 lines of '2007-08-04-coalescerassert.ll':
14 llc 0x000000010002cd84 start + 52
Stack dump:
0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc -march=ppc64
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'Module Verifier' on function '@_obstack_newchunk'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/PowerPC/Output/2007-08-04-CoalescerAssert.ll.script: line 2: 12641 Illegal instruction '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc' '-march=ppc64' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/PowerPC/2007-08-04-CoalescerAssert.ll'
--
********************
Last 10 lines of '2006-12-07-largealloca.ll':
14 llc 0x000000010002cd84 start + 52
Stack dump:
0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc -march=ppc64
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'Module Verifier' on function '@bitap'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/PowerPC/Output/2006-12-07-LargeAlloca.ll.script: line 6: 12578 Illegal instruction '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc' '-march=ppc64' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/PowerPC/2006-12-07-LargeAlloca.ll'
--
********************
Last 10 lines of '2008-03-24-coalescerbug.ll':
14 llc 0x000000010002cd84 start + 52
Stack dump:
0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc -march=ppc32
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'Module Verifier' on function '@"-[PFTPersistentSymbols saveSymbolWithName:address:path:lineNumber:flags:owner:]"'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/PowerPC/Output/2008-03-24-CoalescerBug.ll.script: line 2: 12704 Illegal instruction '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc' '-march=ppc32' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/PowerPC/2008-03-24-CoalescerBug.ll'
--
********************
Last 10 lines of '2007-11-04-coalescercrash.ll':
14 llc 0x000000010002cd84 start + 52
Stack dump:
0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc -mtriple=powerpc-apple-darwin
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'Module Verifier' on function '@main'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/PowerPC/Output/2007-11-04-CoalescerCrash.ll.script: line 2: 12681 Illegal instruction '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc' '-mtriple=powerpc-apple-darwin' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/PowerPC/2007-11-04-CoalescerCrash.ll'
--
********************
Last 10 lines of '2009-03-17-lsrbug.ll':
15 llc 0x0000000000000002 start + 4294783666
Stack dump:
0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc -mtriple=powerpc-apple-darwin10
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'Module Verifier' on function '@_qsort'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/PowerPC/Output/2009-03-17-LSRBug.ll.script: line 2: 12772 Illegal instruction '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc' '-mtriple=powerpc-apple-darwin10' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/PowerPC/2009-03-17-LSRBug.ll'
--
********************
Last 10 lines of 'dyn-stackalloc.ll':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/dyn-stackalloc.ll:7:10: error: expected string not found in input
; CHECK: t1:
^
<stdin>:1:1: note: scanning from here
^
--
********************
Last 10 lines of '2009-08-06-spdecbug.ll':
<stdin>:22:2: note: scanning from here
str r3, [r7, #16]
^
<stdin>:31:2: note: possible intended match here
sub.w r4, r7, #4
^
--
********************
Last 10 lines of '2009-09-28-itblockbug.ll':
<stdin>:8:1: note: scanning from here
@ BB#0: @ %entry
^
<stdin>:20:12: note: possible intended match here
@ BB#3: @ %if.else2003
^
--
********************
Last 10 lines of '2009-08-04-scavengerassert.ll':
15 llc 0x0000000000000006 start + 4294783670
Stack dump:
0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -relocation-model=pic -disable-fp-elim -O3
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'Module Verifier' on function '@PS_PrintGraphicInclude'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/Output/2009-08-04-ScavengerAssert.ll.script: line 2: 14396 Illegal instruction '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc' '-mtriple=thumbv7-apple-darwin' '-mcpu=cortex-a8' '-relocation-model=pic' '-disable-fp-elim' '-O3' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/2009-08-04-ScavengerAssert.ll'
--
********************
Last 10 lines of '2010-11-22-epiloguebug.ll':
<stdin>:9:7: note: scanning from here
push {r7, lr}
^
<stdin>:21:2: note: possible intended match here
add sp, #4
^
--
********************
Last 10 lines of 'cross-rc-coalescing-2.ll':
<stdin>:8:1: note: scanning from here
@ BB#0: @ %entry
^
<stdin>:15:11: note: possible intended match here
LBB0_1: @ %bb8
^
--
********************
Last 10 lines of '2007-06-05-lsr-dominator.ll':
15 llc 0x0000000000000002 start + 4294783666
Stack dump:
0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc -march=x86
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'Module Verifier' on function '@put_main_header'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/X86/Output/2007-06-05-LSR-Dominator.ll.script: line 2: 15188 Illegal instruction '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc' '-march=x86' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/X86/2007-06-05-LSR-Dominator.ll'
--
********************
Last 10 lines of '2007-04-17-liveintervalassert.ll':
15 llc 0x0000000000000004 start + 4294783668
Stack dump:
0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc -mtriple=i686-apple-darwin -relocation-model=pic --disable-fp-elim
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'Module Verifier' on function '@partition_print'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/X86/Output/2007-04-17-LiveIntervalAssert.ll.script: line 2: 15146 Illegal instruction '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llc' '-mtriple=i686-apple-darwin' '-relocation-model=pic' '--disable-fp-elim' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/X86/2007-04-17-LiveIntervalAssert.ll'
--
********************
More information about the llvm-testresults
mailing list