[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)
commit31117875c2888a8b341829bde1812b3989af1df1
tree7048a30650a9d9a7c778ca0c8269c8dbabcbf728
parentc71f78f49f6c4a7406abf1402d1e456d9b958198
[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.

llvm-svn: 244916
llvm/lib/Target/ARM/ARMISelLowering.cpp