Fix a few instances found in SelectionDAG where we were not handling F16 at parity...
authorOwen Anderson <resistor@mac.com>
Tue, 9 Dec 2014 06:50:39 +0000 (06:50 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 9 Dec 2014 06:50:39 +0000 (06:50 +0000)
commit59bf8e81f356955fbb47904b848931fb53c8afb9
tree65cfdf021230da2b96635e916c697c47a04ddc31
parentb284d4ae3175aadd81445ec2712277397172aca5
Fix a few instances found in SelectionDAG where we were not handling F16 at parity with F32 and F64.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223760 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp