[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Mon Nov 9 18:09:09 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/537
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: ddunbar2.apple.com
Build Reason:
Build Source Stamp: 86647
Blamelist: lattner,mrs
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/Analysis/InstructionSimplify.cpp
At: Mon 09 Nov 2009 17:58:47
Changed By: lattner
Comments: remove some redundant parens.
Files:
lib/Transforms/Scalar/JumpThreading.cpp
test/Transforms/JumpThreading/basic.ll
At: Mon 09 Nov 2009 17:58:47
Changed By: lattner
Comments: make jump threading recursively simplify expressions instead of doing it
just one level deep. On the testcase we go from getting this:
F1: ; preds = %T2
%F = and i1 true, %cond ; <i1> [#uses=1]
br i1 %F, label %X, label %Y
to a fully threaded:
F1: ; preds = %T2
br label %Y
This changes gets us to the point where we're forming (too many) switch
instructions on doug's strswitch testcase.
File: lib/CodeGen/Mangle.cpp
At: Mon 09 Nov 2009 17:58:48
Changed By: mrs
Comments: Finish off mangling for the VTT.
LOGS:
Last 10 lines of 'compile.stdio':
llvm[2]: Compiling StackSlotColoring.cpp for Debug build
llvm[2]: Compiling StrongPHIElimination.cpp for Debug build
llvm[2]: Compiling TargetInstrInfoImpl.cpp for Debug build
llvm[2]: Building Debug Archive Library libLLVMTarget.a
llvm[2]: Compiling TwoAddressInstructionPass.cpp for Debug build
llvm[2]: Compiling UnreachableBlockElim.cpp for Debug build
llvm[2]: Compiling VirtRegMap.cpp for Debug build
llvm[2]: Compiling VirtRegRewriter.cpp for Debug build
llvm[2]: Building Debug Archive Library libLLVMCodeGen.a
make: *** [all] Error 1
More information about the llvm-testresults
mailing list