Add FP versions of the binary operators, keeping the int and fp worlds seperate.
authorChris Lattner <sabre@nondot.org>
Wed, 28 Sep 2005 22:28:18 +0000 (22:28 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 28 Sep 2005 22:28:18 +0000 (22:28 +0000)
commit01b3d73c20f5afb8265ae943a8ba23c2238c5eea
tree068bdd7a7effd620fa1b0b735ffb37c6c2fa7319
parenta5cac6f6eb939b033c020cc59499756d2b95b349
Add FP versions of the binary operators, keeping the int and fp worlds seperate.

Though I have done extensive testing, it is possible that this will break
things in configs I can't test.  Please let me know if this causes a problem
and I'll fix it ASAP.

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