Try using vmov.i32 to materialize FP32 constants that can't be materialized by
authorLang Hames <lhames@gmail.com>
Thu, 29 Mar 2012 21:56:11 +0000 (21:56 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 29 Mar 2012 21:56:11 +0000 (21:56 +0000)
commitc0a9f820d851baf66577a87c69ef383df41bbe32
treedf66063bc850a9cb0995015648720947a6a1e0fb
parent4b0b8ef1b0edc2c343145f6b029c43b00a6f5c13
Try using vmov.i32 to materialize FP32 constants that can't be materialized by
vmov.f32.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153696 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp