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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Fri Oct 30 15:41:52 PDT 2009


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/32

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

Buildslave for this Build: ddunbar2.apple.com

Build Reason: 
Build Source Stamp: 85624
Blamelist: bwilson,djg,lattner

BUILD FAILED: failed test-llvm

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/VMCore/Verifier.cpp
At: Fri 30 Oct 2009 15:18:41
Changed By: lattner
Comments: it isn't valid to take the address of the entry block.




Files:
 include/llvm/Target/TargetInstrInfo.h
 lib/CodeGen/MachineLICM.cpp
 lib/Target/X86/X86InstrInfo.cpp
 lib/Target/X86/X86InstrInfo.h
 test/CodeGen/X86/sink-hoist.ll
At: Fri 30 Oct 2009 15:23:41
Changed By: djg
Comments: Fix MachineLICM to use the correct virtual register class when
unfolding loads for hoisting.  getOpcodeAfterMemoryUnfold returns the
opcode of the original operation without the load, not the load
itself, MachineLICM needs to know the operand index in order to get
the correct register class. Extend getOpcodeAfterMemoryUnfold to
return this information.




File: lib/Transforms/Scalar/InstructionCombining.cpp
At: Fri 30 Oct 2009 15:23:41
Changed By: djg
Comments: Sort the incoming values in PHI nodes to match the predecessor order.
This helps expose duplicate PHIs, which will make it easier for them
to be eliminated.




File: lib/Target/ARM/README.txt
At: Fri 30 Oct 2009 15:23:41
Changed By: bwilson
Comments: Add a note about Robert Muth's alternate jump table implementation.




LOGS:
Last 10 lines of 'test-llvm.stdio':
	Running /Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-i386-darwin9/llvm/test/Transforms/TailDup/dg.exp ...
	Running /Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-i386-darwin9/llvm/test/Verifier/dg.exp ...
	
			===  Summary ===
	
	# of expected passes		4129
	# of unexpected failures	1
	# of expected failures		27
	make[1]: *** [check-local] Error 1
	make: *** [check] Error 2

Last 10 lines of 'test-llvm.fails':
	FAIL: /Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-i386-darwin9/llvm/test/CodeGen/X86/sink-hoist.ll
	




More information about the llvm-testresults mailing list