[llvm-commits] [llvm] r111973 - /llvm/trunk/lib/Target/ARM/ARMFastISel.cpp

Eric Christopher echristo at apple.com
Tue Aug 24 15:39:30 PDT 2010


>> 
> 
> Basically, yeah. It's very restrictive on immediate offset (multiples of 4, 0-124). Since it's known here that the immediate is zero, that should be fine, if a bit off.
> 
> As a side note, if you use t2LDRi12 here, the Thumb2SizeReduction pass should be able to auto-magically shrink it to the 16-bit instruction.

Nifty.  OK.

-eric



More information about the llvm-commits mailing list