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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Sun Feb 13 14:38:56 PST 2011


The Buildbot has detected a new failure of clang-i386-darwin10-qa_tests on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/clang-i386-darwin10-qa_tests/builds/3067

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

Buildslave for this Build: smoosh-01

Build Reason: 
Build Source Stamp: 125470
Blamelist: lattner

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 lib/CodeGen/SelectionDAG/TargetLowering.cpp
 lib/Target/ARM/ARMISelDAGToDAG.cpp
 lib/Target/X86/X86ISelDAGToDAG.cpp
 lib/Target/X86/X86ISelLowering.cpp
 test/CodeGen/MSP430/Inst16mm.ll
 test/CodeGen/X86/stack-align.ll
At: Sun 13 Feb 2011 14:30:47
Changed By: lattner
Comments: Enhance ComputeMaskedBits to know that aligned frameindexes
have their low bits set to zero.  This allows us to optimize
out explicit stack alignment code like in stack-align.ll:test4 when
it is redundant.

Doing this causes the code generator to start turning FI+cst into
FI|cst all over the place, which is general goodness (that is the
canonical form) except that various pieces of the code generator
don't handle OR aggressively.  Fix this by introducing a new
SelectionDAG::isBaseWithConstantOffset predicate, and using it
in places that are looking for ADD(X,CST).  The ARM backend in
particular was missing a lot of addressing mode folding opportunities
around OR.

Properties: 




LOGS:
Last 10 lines of 'stdio':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.src/lib/CodeGen/SplitKit.cpp:101: note: 'BI.llvm::SplitAnalysis::BlockInfo::OverlapEntry' was declared here
	llvm[2]: Building Release Archive Library libLLVMAnalysis.a
	llvm[3]: Compiling CallGraph.cpp for Release build
	llvm[3]: Compiling FindUsedTypes.cpp for Release build
	llvm[3]: Compiling IPA.cpp for Release build
	llvm[3]: Compiling GlobalsModRef.cpp for Release build
	llvm[3]: Compiling CallGraphSCCPass.cpp for Release build
	make[1]: *** [CodeGen/.makeall] Error 2
	llvm[3]: Building Release Archive Library libLLVMipa.a
	make: *** [all] Error 1

Last 10 lines of 'warnings':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.src/lib/AsmParser/LLParser.cpp:3191: warning: 'Op1' may be used uninitialized in this function
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.src/lib/AsmParser/LLParser.cpp:3191: warning: 'Op2' may be used uninitialized in this function
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.src/lib/AsmParser/LLParser.cpp:3220: warning: 'DefaultBB' may be used uninitialized in this function
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.src/lib/AsmParser/LLParser.cpp:3235: warning: 'DestBB' may be used uninitialized in this function
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.src/lib/AsmParser/LLParser.cpp:3312: warning: 'NormalBB' may be used uninitialized in this function
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.src/lib/AsmParser/LLParser.cpp:3312: warning: 'UnwindBB' may be used uninitialized in this function
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.src/lib/AsmParser/LLParser.cpp:3277: warning: 'DestBB' may be used uninitialized in this function
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.src/include/llvm/ADT/SmallVector.h:325: warning: 'BI.llvm::SplitAnalysis::BlockInfo::OverlapExit' is used uninitialized in this function
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.src/include/llvm/ADT/SmallVector.h:325: warning: 'BI.llvm::SplitAnalysis::BlockInfo::OverlapEntry' is used uninitialized in this function




More information about the llvm-testresults mailing list