[ARM] FMINNAN/FMAXNAN of f64 are not legal.
authorJames Molloy <james.molloy@arm.com>
Thu, 13 Aug 2015 17:28:26 +0000 (17:28 +0000)
committerJames Molloy <james.molloy@arm.com>
Thu, 13 Aug 2015 17:28:26 +0000 (17:28 +0000)
commit1da1d0218a4a98ca639cbf0555768342e6356d78
treef009d4c08d5b6191b7c6c5c18c5187f0b778f213
parent377a93dbc219b7fe3db09590038a3c9b55deb6cb
[ARM] FMINNAN/FMAXNAN of f64 are not legal.

This was my error. We've got f32 marked as legal because they're simulated using a v2f32 instruction, but there's no equivalent for f64.

This will get test coverage imminently when D12015 lands.

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