[llvm-commits] [llvm] r153696 - /llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp

Jakob Stoklund Olesen stoklund at 2pi.dk
Thu Mar 29 17:02:49 PDT 2012


On Mar 29, 2012, at 4:53 PM, Lang Hames <lhames at gmail.com> wrote:

> Thanks for catching this. Fixed in r153704.

Thanks for making 0.0 not a constant pool load. That was crazy.

/jakob

> 
> 
> On Thu, Mar 29, 2012 at 4:11 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
> 
> On Mar 29, 2012, at 2:56 PM, Lang Hames <lhames at gmail.com> wrote:
> 
> > Author: lhames
> > Date: Thu Mar 29 16:56:11 2012
> > New Revision: 153696
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=153696&view=rev
> > Log:
> > Try using vmov.i32 to materialize FP32 constants that can't be materialized by
> > vmov.f32.
> 
> Hi Lang,
> 
> You broke ARM/widen-vmovs.ll with this patch.
> 
> The test was expecting 0.0 to be a constant pool load, but the value is not essential to the test. You can just change it to a different value.
> 
> /jakob
> 
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120329/77c50862/attachment.html>


More information about the llvm-commits mailing list