Add MULX code generation support
authorMichael Liao <michael.liao@intel.com>
Wed, 26 Sep 2012 08:22:37 +0000 (08:22 +0000)
committerMichael Liao <michael.liao@intel.com>
Wed, 26 Sep 2012 08:22:37 +0000 (08:22 +0000)
commit0832a72a662043efad72f090023a19156974fc0c
tree142437d65ba83a4d47c0c26434b489674d552f10
parentc7c42f71aad7d33892de73d6d6397e38814b0e97
Add MULX code generation support

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164673 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86InstrInfo.cpp
test/CodeGen/X86/mulx32.ll [new file with mode: 0644]
test/CodeGen/X86/mulx64.ll [new file with mode: 0644]