[llvm-commits] [llvm] r76849 - in /llvm/trunk/lib/CodeGen: PHIElimination.cpp PHIElimination.h
Lang Hames
lhames at gmail.com
Wed Jul 22 22:45:29 PDT 2009
Fixed in r76865.
- Lang.
On Wed, Jul 22, 2009 at 10:09 PM, Lang Hames<lhames at gmail.com> wrote:
>>> + // Record PHI def.
>>> + //assert(!hasPHIDef(DestReg) && "Vreg has multiple phi-defs?");
>>> + //PHIDefs[DestReg] = &MBB;
>>
>> this doesn't do much.
>>
>>> + // Record the kill.
>>> + //PHIKills[SrcReg].insert(&opBlock);
>>
>> Neither does this :)
>
> Everyone's a critic. ;)
> It's a good thing it's commented out - turns out it breaks an ARM case
> or two. Looking into it now.
>
> - Lang.
>
More information about the llvm-commits
mailing list