[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost

daniel_dunbar at apple.com daniel_dunbar at apple.com
Fri Jun 25 22:46:43 PDT 2010


The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/4384

Buildbot URL: http://smooshlab.apple.com:8010/

Buildslave for this Build: smoosh-04

Build Reason: 
Build Source Stamp: 106940
Blamelist: bwilson,efriedma

BUILD FAILED: failed test-llvm

sincerely,
 -The Buildbot


================================================================================

CHANGES:
File: lib/Target/ARM/ARMCodeEmitter.cpp
At: Fri 25 Jun 2010 21:08:54
Changed By: bwilson
Comments: Add support for encoding NEON VMOV (from scalar to core register) instructions.
Properties: 




Files:
 lib/CodeGen/IfConversion.cpp
 test/CodeGen/Thumb2/thumb2-ifcvt3.ll
At: Fri 25 Jun 2010 21:28:54
Changed By: bwilson
Comments: Clean up some problems with extra CFG edges being introduced during
if-conversion.  The RemoveExtraEdges function doesn't work for blocks that
end with unanalyzable branches, so in those cases, the "extra" edges must
be explicitly removed.  The CopyAndPredicateBlock and MergeBlocks methods
can also avoid copying successor edges due to branches that have already
been removed.  The latter case is especially helpful when MergeBlocks is
called for handling "diamond" if-conversions, where otherwise you can end
up with some weird intermediate states in the CFG.  Unfortunately I've
been unable to find cases where this cleanup actually makes a significant
difference in the code.  There is one test where we manage to remove an
empty block at the end of a function.  Radar 6911268.
Properties: 




File: lib/Target/ARM/ARMISelLowering.cpp
At: Fri 25 Jun 2010 21:38:54
Changed By: efriedma
Comments: Followup to r106770: actually generate SXTB and SXTH for sign-extensions.

Properties: 




LOGS:
Last 10 lines of 'stdio':
	Running /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/Transforms/TailDup/dg.exp ...
	Running /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/Verifier/dg.exp ...
	
			===  Summary ===
	
	# of expected passes		5023
	# of unexpected failures	1
	# of expected failures		35
	make[1]: *** [check-local] Error 1
	make: *** [check] Error 2

Last 10 lines of 'dg.log':
	

Last 10 lines of 'dg.sum':
	




More information about the llvm-testresults mailing list