[llvm-commits] [PATCH] To fix "report_fatal_error("ARMv6t2 JIT is not yet supported.")"

Zonr Chang zonr.xchg at gmail.com
Tue May 25 04:36:22 PDT 2010


I just reviewed this bug and tried your patch in the bug report. It works
and solve the problem. I make this patch in more formal form (see
attachement).

It looks great. It reuses functions Count[Trailing|Leading]Zeros_32() just
like ARMAsmPrinter::printBitfieldInvMaskImmOperand() does to decode special
imm. encoded in BFC/BFI's MachineInstr.
LGTM.

Zonr


On Tue, May 25, 2010 at 7:12 PM, Shih-wei Liao <sliao at google.com> wrote:

> Bug 7222 (http://llvm.org/bugs/show_bug.cgi?id=7222) can be taken care
> of in a straightforward manner from the ARM Architecture Reference
> Manual. Could someone please examine the solution too? Thanks.
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100525/90e92e3f/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: arm-jit-bfc-and-bfi.patch
Type: application/octet-stream
Size: 1132 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100525/90e92e3f/attachment.obj>


More information about the llvm-commits mailing list