[llvm-commits] [patch] Make AsmPrinter check for Immediate before using

Tim Northover t.p.northover at gmail.com
Mon Jan 7 08:40:50 PST 2013


Hi Renato,

On Monday 07 Jan 2013 16:12:38 Renato Golin wrote:
> Looks good. Is it easy to reproduce this with a simple test case and
> inspect with FileCheck?

Again, not easily. This issue would be expected to come up (causing an
internal fault) when emitting virtually any applicable instruction --
virtually all CodeGen and many MC tests fail on AArch64 without it.

That it doesn't on other backends suggests they may not be susceptible at all.

Tim.



More information about the llvm-commits mailing list