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)
commit21c0aa74bdeae6303204c9b0c2fc154562fbb373
tree80ec7f41f88d688268d370efda096869e1dd20d3
parentb443a0aeac38e6fdce063224dfc746c269b0779d
ARM NEON: Fix v2f32 float intrinsics

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176410 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
test/CodeGen/ARM/vfloatintrinsics.ll [new file with mode: 0644]