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

Anton Korobeynikov anton at korobeynikov.info
Thu May 20 15:42:15 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).
Looks ok for me as well

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-commits mailing list