MC/X86: Implement custom lowering to make sure we match things like
  X86::ADC32ri $0, %eax
to
  X86::ADC32i32 $0

llvm-svn: 104030
2 files changed
tree: 8b6d4a7f87f29ad391b824fe6ff6b8dff067fe45
  1. clang/
  2. compiler-rt/
  3. libcxx/
  4. llvm/