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

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Jun 13 17:56:53 PDT 2011


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?

/jakob





More information about the llvm-commits mailing list