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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Mar 9 14:29:45 PST 2010


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

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

Buildslave for this Build: ddunbar2.apple.com

Build Reason: 
Build Source Stamp: 98089
Blamelist: fjahanian,stoklund

BUILD FAILED: failed test-clang

sincerely,
 -The Buildbot


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

CHANGES:
File: test/CodeGenObjC/id-isa-codegen.m
At: Tue 09 Mar 2010 14:19:24
Changed By: fjahanian
Comments: Fix the test some more.
Properties: 




File: lib/Analysis/InlineCost.cpp
At: Tue 09 Mar 2010 14:19:24
Changed By: stoklund
Comments: Permit inlining into huge functions. This heuristic is ancient, and inlining
can sometimes help reduce function size.Properties: 




Files:
 include/llvm/Analysis/InlineCost.h
 include/llvm/Transforms/IPO/InlinerPass.h
 lib/Analysis/InlineCost.cpp
 lib/Transforms/IPO/InlineAlways.cpp
 lib/Transforms/IPO/InlineSimple.cpp
 lib/Transforms/IPO/Inliner.cpp
At: Tue 09 Mar 2010 14:19:24
Changed By: stoklund
Comments: Try to keep the cached inliner costs around for a bit longer for big functions.

The Caller cost info would be reset everytime a callee was inlined. If the
caller has lots of calls and there is some mutual recursion going on, the
caller cost info could be calculated many times.

This patch reduces inliner runtime from 240s to 0.5s for a function with 20000
small function calls.Properties: 




LOGS:
Last 10 lines of 'stdio':
	Testing Time: 19.72s
	********************
	Failing Tests (1):
	    Clang :: CodeGenCXX/temp-order.cpp
	
	  Expected Passes    : 2091
	  Expected Failures  : 13
	  Unexpected Failures: 1
	make[1]: *** [all] Error 1
	make: *** [test] Error 2

Last 10 lines of 'fail':
	Clang :: CodeGenCXX/temp-order.cpp

Last 10 lines of 'xfail':
	Clang :: CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p4.cpp
	Clang :: CXX/dcl.dcl/dcl.spec/dcl.stc/p10.cpp
	Clang :: CXX/temp/temp.param/p14.cpp
	Clang :: CXX/temp/temp.res/temp.dep.res/temp.point/p1.cpp
	Clang :: CodeGen/blocks-2.c
	Clang :: CodeGenCXX/conversion-function.cpp
	Clang :: PCH/source-manager-stack.c
	Clang :: SemaCXX/rval-references-xfail.cpp
	Clang :: SemaObjCXX/overload.mm
	Clang :: SemaTemplate/instantiate-function-1.mm

Last 10 lines of 'temp-order.cpp':
	<stdin>:18:97: note: scanning from here
	 tail call void @print(i8* getelementptr inbounds ([3 x i8]* @.str1, i32 0, i32 0), i32 411600) nounwind
	                                                                                                ^
	<stdin>:79:3: note: possible intended match here
	declare void @print(i8*, i32)
	  ^
	--
	
	********************
	




More information about the llvm-testresults mailing list