Add 2-addr to 3-addr promotion code that allows 32-bit LEA to be used via subregister...
authorChristopher Lamb <christopher.lamb@gmail.com>
Fri, 10 Aug 2007 21:18:25 +0000 (21:18 +0000)
committerChristopher Lamb <christopher.lamb@gmail.com>
Fri, 10 Aug 2007 21:18:25 +0000 (21:18 +0000)
commitb81337117cb589376bf60a76355581d9d103ad97
tree4a8f7d0a66e9900a73305c091f32b6102178bacc
parent8b165731bcb9de313e3cc724e9f1b741d7fa4b05
Add 2-addr to 3-addr promotion code that allows 32-bit LEA to be used via subregisters when 16-bit LEA is disabled.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41007 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrInfo.cpp
test/CodeGen/X86/2007-08-10-LEA16Use32.ll [new file with mode: 0644]