Patch for integer multiply, signed/unsigned, long/long long.
authorReed Kotler <rkotler@mips.com>
Fri, 5 Oct 2012 18:27:54 +0000 (18:27 +0000)
committerReed Kotler <rkotler@mips.com>
Fri, 5 Oct 2012 18:27:54 +0000 (18:27 +0000)
commit240322140e5c1bd029dd2ec01781b3b6a572d845
tree596794b494485458a157fa69d303cc59068fb902
parent62f7fb977c6ff967c3a40e3dd4e93f33aeb8b219
Patch for integer multiply, signed/unsigned, long/long long.

llvm-svn: 165322
llvm/lib/Target/Mips/Mips16InstrInfo.td
llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp
llvm/lib/Target/Mips/MipsISelLowering.cpp
llvm/test/CodeGen/Mips/mul.ll [new file with mode: 0644]
llvm/test/CodeGen/Mips/mulll.ll [new file with mode: 0644]
llvm/test/CodeGen/Mips/mulull.ll [new file with mode: 0644]