[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Mon Sep 30 08:57:06 PDT 2013
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/12156
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 191675
Blamelist: d0k
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: include/llvm/IR/IRBuilder.h
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Mon 30 Sep 2013 08:46:30
Changed By: d0k
Comments: IRBuilder: Move fast math flags to IRBuilderBase.
They don't depend on the templated stuff.Properties:
Files:
include/llvm/IR/IRBuilder.h
lib/Transforms/Vectorize/SLPVectorizer.cpp
test/Transforms/SLPVectorizer/X86/debug_info.ll
unittests/IR/IRBuilderTest.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Mon 30 Sep 2013 08:46:30
Changed By: d0k
Comments: IRBuilder: Add RAII objects to reset insertion points or fast math flags.
Inspired by the object from the SLPVectorizer. This found a minor bug in the
debug loc restoration in the vectorizer where the location of a following
instruction was attached instead of the location from the original instruction.Properties:
File: lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Mon 30 Sep 2013 08:46:30
Changed By: d0k
Comments: InstCombine: Replace manual fast math flag copying with the new IRBuilder RAII helper.
Defines away the issue where cast<Instruction> would fail because constant
folding happened. Also slightly cleaner.Properties:
Files:
include/llvm/Analysis/ScalarEvolutionExpander.h
lib/Analysis/ScalarEvolutionExpander.cpp
lib/Transforms/Instrumentation/BoundsChecking.cpp
lib/Transforms/Utils/FlattenCFG.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Mon 30 Sep 2013 08:46:30
Changed By: d0k
Comments: Convert manual insert point restores to the new RAII object.Properties:
LOGS:
More information about the llvm-testresults
mailing list