[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Mon Oct 13 15:22:02 PDT 2014
The Buildbot has detected a new failure on builder phase1 - sanity while building llvm.
Full details are available at:
http://lab.llvm.org:8013/builders/phase1%20-%20sanity/builds/5469
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 219635
Blamelist: majnemer,pcc,rkotler
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/Target/Mips/MipsFastISel.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Mon 13 Oct 2014 15:00:33
Changed By: rkotler
Comments: Make first of several changes to bring up to AArch64 fast-isel style
Summary:
Make Mips fast-isel track the form of AArch64 where practical.
This makes it easier for people to review the code, to borrow similar code, and to see how to eventually move a lot of this
target code for fast-isels into target independent code.
These are just cosmetic changes. Should be no functional difference.
Test Plan:
make check
test-suite for 4 flavors mips32 r1/r2 , -O0/-O2
Reviewers: dsanders
Reviewed By: dsanders
Subscribers: aemerson, llvm-commits, rfuhler
Differential Revision: http://reviews.llvm.org/D5595Properties:
Files:
include/llvm/ADT/APInt.h
lib/Support/APInt.cpp
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
test/Transforms/InstCombine/div.ll
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Mon 13 Oct 2014 15:00:33
Changed By: majnemer
Comments: InstCombine: Don't miscompile (x lshr C1) udiv C2
We have a transform that changes:
(x lshr C1) udiv C2
into:
x udiv (C2 << C1)
However, it is unsafe to do so if C2 << C1 discards any of C2's bits.
This fixes PR21255.Properties:
File: include/llvm/Support/Dwarf.h
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Mon 13 Oct 2014 15:06:33
Changed By: pcc
Comments: Remove unused debug info constants.
These became unused in r219010.
Differential Revision: http://reviews.llvm.org/D5760Properties:
LOGS:
More information about the llvm-testresults
mailing list