MC/X86: Implement custom lowering to make sure we match things like
commit3b2ac973ab126cb627a7dcbc2da813e59b21006d
authorDaniel Dunbar <daniel@zuster.org>
Tue, 18 May 2010 17:22:24 +0000 (18 17:22 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 18 May 2010 17:22:24 +0000 (18 17:22 +0000)
tree05fa969b635a0c01af67dbec001ecf9bb89e7855
parentef9233c63693eb43a364fefd7e5d5af10b95a98b
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]