Add some more Thumb2 multiplication instructions.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 7 Jul 2009 01:17:28 +0000 (01:17 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 7 Jul 2009 01:17:28 +0000 (01:17 +0000)
commit5b9fcd1c8e9f2b7964a82cd383441f568890b561
tree325596d238d07269a232a57cad82a6d261f0a855
parent58541fd62707b6856beee3db9e254b0110607bb1
Add some more Thumb2 multiplication instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74889 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMInstrThumb2.td
test/CodeGen/Thumb2/thumb2-mulhi.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-smla.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-smul.ll [new file with mode: 0644]