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

Lang Hames lhames at gmail.com
Thu Mar 29 16:53:38 PDT 2012


Thanks for catching this. Fixed in r153704.

Cheers,
Lang.

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/b8b08d25/attachment.html>


More information about the llvm-commits mailing list