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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Nov 3 16:21:16 PST 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/220

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

Buildslave for this Build: ddunbar2.apple.com

Build Reason: 
Build Source Stamp: 85980
Blamelist: evancheng,lhames

BUILD FAILED: failed test-llvm

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/llvm/CodeGen/LiveInterval.h
 include/llvm/CodeGen/LiveIntervalAnalysis.h
 include/llvm/CodeGen/LiveStackAnalysis.h
 include/llvm/CodeGen/ProcessImplicitDefs.h
 include/llvm/CodeGen/SlotIndexes.h
 lib/CodeGen/LiveInterval.cpp
 lib/CodeGen/LiveIntervalAnalysis.cpp
 lib/CodeGen/LiveStackAnalysis.cpp
 lib/CodeGen/PreAllocSplitting.cpp
 lib/CodeGen/ProcessImplicitDefs.cpp
 lib/CodeGen/RegAllocLinearScan.cpp
 lib/CodeGen/RegAllocPBQP.cpp
 lib/CodeGen/SimpleRegisterCoalescing.cpp
 lib/CodeGen/SimpleRegisterCoalescing.h
 lib/CodeGen/SlotIndexes.cpp
 lib/CodeGen/Spiller.cpp
 lib/CodeGen/StackSlotColoring.cpp
 lib/CodeGen/StrongPHIElimination.cpp
 lib/CodeGen/VirtRegMap.cpp
 lib/CodeGen/VirtRegMap.h
At: Tue 03 Nov 2009 15:56:40
Changed By: lhames
Comments: The Indexes Patch.

This introduces a new pass, SlotIndexes, which is responsible for numbering
instructions for register allocation (and other clients). SlotIndexes numbering
is designed to match the existing scheme, so this patch should not cause any
changes in the generated code.

For consistency, and to avoid naming confusion, LiveIndex has been renamed
SlotIndex.

The processImplicitDefs method of the LiveIntervals analysis has been moved
into its own pass so that it can be run prior to SlotIndexes. This was
necessary to match the existing numbering scheme.





File: lib/Target/ARM/ARMInstrThumb.td
At: Tue 03 Nov 2009 16:01:40
Changed By: evancheng
Comments: Use ldr.n to workaround a darwin assembler bug.



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		4132
	# 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/Thumb2/machine-licm.ll
	




More information about the llvm-testresults mailing list