[llvm-commits] [PATCH] ARM JIT: Add support to MOVimm32 using movt/movw for JIT

Zonr Chang zonr.xchg at gmail.com
Tue May 18 12:19:54 PDT 2010


The attached patch enables LLVM to materialize of movt/movw instructions
in ARM JIT. These allow you loading 32-bit immediate and addresses using 2
instructions instead of from the constant pool. This patch should resolve
the Bug #6265 (http://llvm.org/bugs/show_bug.cgi?id=6265).

Zonr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100519/3a080152/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: arm-jit-movt-and-movw.patch
Type: application/octet-stream
Size: 5825 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100519/3a080152/attachment.obj>


More information about the llvm-commits mailing list