[llvm-commits] [llvm] r43554 - in /llvm/trunk/lib/Target: ARM/ARMISelLowering.cpp ARM/ARMISelLowering.h ARM/ARMSubtarget.h X86/X86ISelLowering.cpp

Chris Lattner clattner at apple.com
Tue Nov 6 15:55:56 PST 2007


On Oct 31, 2007, at 7:39 AM, Rafael Espindola wrote:

> Author: rafael
> Date: Wed Oct 31 09:39:58 2007
> New Revision: 43554
>
> URL: http://llvm.org/viewvc/llvm-project?rev=43554&view=rev
> Log:
> Make ARM and X86 LowerMEMCPY identical by moving the isThumb check  
> into getMaxInlineSizeThreshold
> and by restructuring the X86 version.
>
> New I just have to move this to a common place :-)

Very nice Rafael!

-Chris



More information about the llvm-commits mailing list