[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Tue Jan 11 02:45:15 PST 2011
The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/7500
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04
Build Reason:
Build Source Stamp: 123227
Blamelist: echristo,kraiskil
BUILD FAILED: failed test-llvm
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/Analysis/ScalarEvolution.cpp
At: Tue 11 Jan 2011 01:05:51
Changed By: echristo
Comments: Temporarily revert 123133, it's causing some regressions and I'm trying
to get a testcase.
Properties:
Files:
lib/Target/CellSPU/CMakeLists.txt
lib/Target/CellSPU/SPU.h
lib/Target/CellSPU/SPUInstrInfo.td
lib/Target/CellSPU/SPUNopFiller.cpp
lib/Target/CellSPU/SPUTargetMachine.cpp
lib/Target/CellSPU/SPUTargetMachine.h
At: Tue 11 Jan 2011 01:10:53
Changed By: kraiskil
Comments: Add a "nop filler" pass to SPU.
Filling no-ops is done just before emitting of assembly,
when the instruction stream is final. No-ops are inserted
to align the instructions so the dual-issue of the pipeline
is utilized. This speeds up generated code with a minimum of
1% on a select set of algorithms.
This pass may be redundant if the instruction scheduler and
all subsequent passes that modify the instruction stream
(prolog+epilog inserter, register scavenger, are there others?)
are made aware of the instruction alignments.
Properties:
File: test/Analysis/ScalarEvolution/nsw.ll
At: Tue 11 Jan 2011 01:25:51
Changed By: echristo
Comments: Revert the testcase from the previous reverted commit.
Properties:
LOGS:
Last 10 lines of 'stdio':
********************
Failing Tests (1):
LLVM :: CodeGen/CellSPU/2009-01-01-BrCond.ll
Expected Passes : 5670
Expected Failures : 49
Unsupported Tests : 41
Unexpected Failures: 1
make[1]: *** [check-local-lit] Error 1
make: *** [check] Error 2
Last 10 lines of 'dg.log':
Last 10 lines of 'dg.sum':
More information about the llvm-testresults
mailing list