[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Thu Mar 13 12:18:06 PDT 2014


The Buildbot has detected a new failure on builder phase1 - sanity while building cfe.
Full details are available at:
 http://lab.llvm.org:8013/builders/phase1%20-%20sanity/builds/17890

Buildbot URL: http://lab.llvm.org:8013/

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 203830
Blamelist: aaronballman,kromanova

BUILD FAILED: failed

sincerely,
 -The Buildbot


================================================================================

CHANGES:
Files:
 include/llvm/CodeGen/MachineRegisterInfo.h
 lib/CodeGen/DeadMachineInstructionElim.cpp
 lib/CodeGen/MachineRegisterInfo.cpp
 lib/CodeGen/PeepholeOptimizer.cpp
 test/CodeGen/X86/dbg-changes-codegen.ll
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 13 Mar 2014 11:56:33
Changed By: kromanova
Comments: Fix for http://llvm.org/bugs/show_bug.cgi?id=18590

This patch fixes the bug in peephole optimization that folds a load which defines one vreg into the one and only use of that vreg. With debug info, a DBG_VALUE that referenced the vreg considered to be a use, preventing the optimization. The fix is to ignore DBG_VALUE's during the optimization, and undef a DBG_VALUE that references a vreg that gets removed.
Patch by Trevor Smigiel!

Properties: 




Files:
 include/clang/AST/DeclObjC.h
 lib/ARCMigrate/ObjCMT.cpp
 lib/ARCMigrate/TransProperties.cpp
 lib/AST/DeclObjC.cpp
 lib/CodeGen/CGDebugInfo.cpp
 lib/CodeGen/CGObjCGNU.cpp
 lib/CodeGen/CGObjCMac.cpp
 lib/Rewrite/Frontend/RewriteModernObjC.cpp
 lib/Rewrite/Frontend/RewriteObjC.cpp
 lib/Sema/SemaCodeComplete.cpp
 lib/Sema/SemaDeclObjC.cpp
 lib/Sema/SemaObjCProperty.cpp
 lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Thu 13 Mar 2014 11:56:33
Changed By: aaronballman
Comments: [C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() with iterator_range props(). Updating all of the usages of the iterators with range-based for loops.Properties: 




LOGS:






More information about the llvm-testresults mailing list