Add MULHU and MULHS nodes for the high part of an (un)signed 32x32=64b
authorNate Begeman <natebegeman@mac.com>
Tue, 5 Apr 2005 22:36:56 +0000 (22:36 +0000)
committerNate Begeman <natebegeman@mac.com>
Tue, 5 Apr 2005 22:36:56 +0000 (22:36 +0000)
commit1867054643c20c3027421ab7711664b4d55fe4c6
tree2a7362b349c714127fc3b94b15a7c34301853d96
parent2513ddc239143ad33cdf026548d9145245b26dcb
Add MULHU and MULHS nodes for the high part of an (un)signed 32x32=64b
multiply.

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