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)
commit558012a3fca006c80c10bd4d6267c735d6142a14
treea10dbdeed1f6e80640a4369107e88da37e1da4b9
parent00a4da73d5e3c59e5130d0213bbbfa907ba2f56b
Fix a few instances found in SelectionDAG where we were not handling F16 at parity with F32 and F64.

llvm-svn: 223760
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp