[llvm-commits] [llvm] r156213 - /llvm/trunk/lib/Target/ARM/Disassembler/ARMDisassembler.cpp

Joerg Sonnenberger joerg at britannica.bec.de
Wed May 9 19:52:57 PDT 2012


On Fri, May 04, 2012 at 10:09:52PM -0000, Kevin Enderby wrote:
> Author: enderby
> Date: Fri May  4 17:09:52 2012
> New Revision: 156213
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=156213&view=rev
> Log:
> Tweak to the fix in r156212, as with the change in removing the shift the
> SignExtend32<22>(Val<<1) also needs to change to SignExtend32<21>(Val) .

Hey Kevin, could you or someone else interested in the ARM disassembler
please look at making it a bit less of a compiler hog? It eats 2GB+ here.

Joerg



More information about the llvm-commits mailing list