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

Jakob Stoklund Olesen stoklund at 2pi.dk
Thu Mar 29 16:11:45 PDT 2012


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




More information about the llvm-commits mailing list