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

Eric Christopher echristo at apple.com
Tue Aug 24 15:35:18 PDT 2010


>>> 
>> 
>> You're checking for Thumb2 but then generating a Thumb1 LDR.  That doesn't seem right.
> 
> It's just a more restricted instruction afaict.  It seems to exist from my reading of things and the optimization passes that handle it. (Thumb2SizeReduction etc).

*small conversation later*

Ooooooo!  Fixed. :)

-eric



More information about the llvm-commits mailing list