[llvm-commits] [llvm] r132882 - in /llvm/trunk: lib/CodeGen/AsmPrinter/AsmPrinter.cpp lib/Target/X86/X86InstrInfo.cpp test/CodeGen/Thumb2/machine-licm.ll

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Mon Jun 13 23:31:30 PDT 2011


On 11-06-13 8:56 PM, Jakob Stoklund Olesen wrote:
>
> On Jun 13, 2011, at 11:31 AM, Rafael Avila de Espindola wrote:
>
>>> Rafael, are you emitting more labels now, or does the extra AnalyzeBranch call take care of that?
>>
>> On X86, yes. On ARM there was on test that AnalyzeBranch is bailing out, so we printed one extra label (machine-licm.ll).
>
> How about looking at the predecessor's terminator operands. If they mention the basic block or a jump table, add the label?

Done. Thanks!

> /jakob
>

Cheers,
Rafael



More information about the llvm-commits mailing list