Make sure FABS on v2f32 and v4f32 is legal on ARM NEON
authorAnton Korobeynikov <asl@math.spbu.ru>
Fri, 16 Nov 2012 21:15:20 +0000 (21:15 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Fri, 16 Nov 2012 21:15:20 +0000 (21:15 +0000)
commitb1a392e7c50da5789cf5da879c5b81b72c751c21
tree222681be0c5cd56ecb12c7fd738efc1008b3d7d1
parentccc015d4314e966253668deec2b18a0d3e0cf4c0
Make sure FABS on v2f32 and v4f32 is legal on ARM NEON
This fixes PR14359

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