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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Fri Oct 30 15:49:45 PDT 2009


The Buildbot has detected a new failure of llvm-gcc-i386-darwin9 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/llvm-gcc-i386-darwin9/builds/30

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

Buildslave for this Build: smoosh-03.apple.com

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

BUILD FAILED: failed test-llvm

sincerely,
 -The Buildbot


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

CHANGES:
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.




Files:
 include/llvm/BasicBlock.h
 lib/VMCore/BasicBlock.cpp
 lib/VMCore/Constants.cpp
At: Fri 30 Oct 2009 15:33:41
Changed By: lattner
Comments: make hasAddressTaken() constant time by storing a refcount in BB's subclass data.




LOGS:
Last 10 lines of 'test-llvm.stdio':
	Running /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/TailDup/dg.exp ...
	Running /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-i386-darwin9/llvm.src/test/Verifier/dg.exp ...
	
			===  Summary ===
	
	# of expected passes		4575
	# of unexpected failures	1
	# of expected failures		34
	make[1]: *** [check-local] Error 1
	make: *** [check] Error 2

Last 10 lines of 'test-llvm.fails':
	FAIL: /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/X86/sink-hoist.ll
	




More information about the llvm-testresults mailing list