[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Fri Nov 6 19:57:52 PST 2009
The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/124
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02.apple.com
Build Reason:
Build Source Stamp: 86328
Blamelist: evancheng
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/CodeGen/MachineLICM.cpp
lib/CodeGen/TargetInstrInfoImpl.cpp
lib/Target/ARM/ARMConstantPoolValue.cpp
lib/Target/ARM/ARMConstantPoolValue.h
lib/Target/ARM/Thumb2InstrInfo.cpp
lib/Target/ARM/Thumb2InstrInfo.h
test/CodeGen/Thumb2/machine-licm.ll
At: Fri 06 Nov 2009 19:52:40
Changed By: evancheng
Comments: - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical
except it doesn't care if the definitions' virtual registers differ. This is
used by machine LICM and other MI passes to perform CSE.
- Teach Thumb2InstrInfo::isIdentical() to check two t2LDRpci_pic are identical.
Since pc relative constantpool entries are always different, this requires it
it check if the values can actually the same.
LOGS:
Last 10 lines of 'compile.stdio':
llvm[4]: Compiling X86TargetInfo.cpp for Debug build
llvm[4]: Building Debug Archive Library libLLVMX86Info.a
make[1]: *** [Target/.makeall] Error 2
llvm[3]: Compiling Andersens.cpp for Debug build
llvm[3]: Compiling CallGraph.cpp for Debug build
llvm[3]: Compiling CallGraphSCCPass.cpp for Debug build
llvm[3]: Compiling GlobalsModRef.cpp for Debug build
llvm[3]: Compiling FindUsedTypes.cpp for Debug build
llvm[3]: Building Debug Archive Library libLLVMipa.a
make: *** [all] Error 1
More information about the llvm-testresults
mailing list