[llvm-commits] [llvm] r131214 - in /llvm/trunk: include/llvm/CodeGen/MachineInstr.h lib/CodeGen/BranchFolding.cpp lib/CodeGen/BranchFolding.h lib/CodeGen/IfConversion.cpp lib/CodeGen/MachineInstr.cpp

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Wed May 11 19:11:05 PDT 2011


On 2011-05-11 20:56, Evan Cheng wrote:
> Author: evancheng
> Date: Wed May 11 19:56:58 2011
> New Revision: 131214
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=131214&view=rev
> Log:
> Re-commit 131172 with fix. MachineInstr identity checks should check dead
> markers. In some cases a register def is dead on one path, but not on
> another.
> 
> This is passing Clang self-hosting.

Thanks!

Cheers,
Rafael



More information about the llvm-commits mailing list