[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9

Bill Wendling wendling at apple.com
Tue Dec 14 16:00:02 PST 2010


On Dec 14, 2010, at 3:57 PM, daniel_dunbar at apple.com wrote:

> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab.
> Full details are available at:
> http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16939
> 
> Buildbot URL: http://smooshlab.apple.com:8010/
> 
> Buildslave for this Build: smoosh-15.apple.com
> 
> Build Reason: 
> Build Source Stamp: 121809
> Blamelist: stoklund,void
> 
> BUILD FAILED: failed test-llvm
> 
> sincerely,
> -The Buildbot
> 
> 
> ================================================================================
> 
> CHANGES:
> File: lib/CodeGen/RegAllocGreedy.cpp
> At: Tue 14 Dec 2010 15:41:57
> Changed By: stoklund
> Comments: Simplify RegAllocGreedy's use of register aliases.Properties: 
> 
> 
> 
> 
> File: lib/Target/ARM/ARMISelDAGToDAG.cpp
> At: Tue 14 Dec 2010 15:46:40
> Changed By: void

What happened to the commit version comment?

BTW, this is mine. I'll fix it.

-bw



> Comments: Make the ISel selections for LDR/STR the same as before the LDRr/LDRi split. In
> particular, we want
> 
>   ldr r2, [r3]
> 
> to be equivalent to
> 
>   ldr r2, [r3, #0]
> 
> and not
> 
>   ldr r2, [r3, r0]
> 
> Properties: 
> 
> 
> 
> 
> File: lib/Target/ARM/ARMInstrThumb.td
> At: Tue 14 Dec 2010 15:46:40
> Changed By: void
> Comments: Comments and cleaning.Properties: 
> 
> 
> 
> 
> LOGS:
> Last 10 lines of 'stdio':
> 	Failing Tests (2):
> 	    LLVM :: CodeGen/Thumb/asmprinter-bug.ll
> 	    LLVM :: CodeGen/Thumb/ldr_ext.ll
> 	
> 	  Expected Passes    : 5111
> 	  Expected Failures  : 43
> 	  Unsupported Tests  : 557
> 	  Unexpected Failures: 2
> 	make[1]: *** [check-local-lit] Error 1
> 	make: *** [check] Error 2
> 
> Last 10 lines of 'fail':
> 	LLVM :: CodeGen/Thumb/asmprinter-bug.ll
> 	LLVM :: CodeGen/Thumb/ldr_ext.ll
> 
> Last 10 lines of 'xfail':
> 	LLVM :: MC/ARM/neont2-vld-encoding.s
> 	LLVM :: MC/ARM/neont2-vst-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 'asmprinter-bug.ll':
> 	LLVM ERROR: Cannot yet select: 0x2043350: i32,ch = load 0x1d0fbe4, 0x20429c0, 0x2042f10<LD2[%0], sext from i16> [ID=36]
> 	  0x1d0fbe4: ch = EntryToken [ORD=1] [ID=0]
> 	  0x20429c0: i32,ch = CopyFromReg 0x1d0fbe4, 0x2042938 [ORD=1] [ID=27]
> 	    0x1d0fbe4: ch = EntryToken [ORD=1] [ID=0]
> 	    0x2042938: i32 = Register %reg16423 [ORD=1] [ID=4]
> 	  0x2042f10: i32 = undef [ORD=2] [ID=10]
> 	--
> 	
> 	********************
> 	
> 
> Last 10 lines of 'ldr_ext.ll':
> 	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/Thumb/ldr_ext.ll:7:7: error: expected string not found in input
> 	; V5: ldrb
> 	      ^
> 	<stdin>:1:1: note: scanning from here
> 	
> 	^
> 	--
> 	
> 	********************
> 	
> 





More information about the llvm-testresults mailing list