MC/X86: Implement custom lowering to make sure we match things like
authorDaniel Dunbar <daniel@zuster.org>
Tue, 18 May 2010 17:22:24 +0000 (17:22 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 18 May 2010 17:22:24 +0000 (17:22 +0000)
commit3f40b31256b995e05edad1846e8d6c758df09ed8
tree05fa969b635a0c01af67dbec001ecf9bb89e7855
parent3538c808f8fd1d4124f0cda4c962467ec8ae5b70
MC/X86: Implement custom lowering to make sure we match things like
  X86::ADC32ri $0, %eax
to
  X86::ADC32i32 $0

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104030 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
test/CodeGen/X86/mcinst-lowering.ll [new file with mode: 0644]