ARM NEON: Fix v2f32 float intrinsics
authorArnold Schwaighofer <aschwaighofer@apple.com>
Sat, 2 Mar 2013 19:38:33 +0000 (19:38 +0000)
committerArnold Schwaighofer <aschwaighofer@apple.com>
Sat, 2 Mar 2013 19:38:33 +0000 (19:38 +0000)
commit99cba9697a91e0885649dbce5ba6744d0562d14b
treed9427fb66f84165cdb03dbc4e188fe4a8212bf5d
parent65d2d14f329052aacb26ae0eb554f7d3fda02314
ARM NEON: Fix v2f32 float intrinsics

Mark them as expand, they are not legal as our backend does not match them.

llvm-svn: 176410
llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/test/CodeGen/ARM/vfloatintrinsics.ll [new file with mode: 0644]