[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Sun Jul 28 01:39:44 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/9520
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 187323
Blamelist: chandlerc
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/Transforms/Scalar/SROA.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Sun 28 Jul 2013 01:30:28
Changed By: chandlerc
Comments: Now that mem2reg understands how to cope with a slightly wider set of
uses of an alloca, we can pre-compute promotability while analyzing an
alloca for splitting in SROA. That lets us short-circuit the common case
of a bunch of trivially promotable allocas. This cuts 20% to 30% off the
run time of SROA for typical frontend-generated IR sequneces I'm seeing.
It gets the new SROA to within 20% of ScalarRepl for such code. My
current benchmark for these numbers is PR15412, but it fits the general
pattern of IR emitted by Clang so it should be widely applicable.Properties:
LOGS:
More information about the llvm-testresults
mailing list