[x32] Fast ISel should use LEA64_32r instead of LEA32r to adjust addresses in x32...
authorMichael Kuperstein <michael.m.kuperstein@intel.com>
Wed, 21 Jan 2015 14:44:05 +0000 (14:44 +0000)
committerMichael Kuperstein <michael.m.kuperstein@intel.com>
Wed, 21 Jan 2015 14:44:05 +0000 (14:44 +0000)
commit0b4244ade15fe88c15154efae1add11a0543eee0
treeec8fcbffdbb268c21ee3643bd728a6dfd46583f5
parent506c6ec22a4d204a3c9c6c8c55ee0b3ca4c02d11
[x32] Fast ISel should use LEA64_32r instead of LEA32r to adjust addresses in x32 mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226661 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp
test/CodeGen/X86/x32-lea-1.ll [new file with mode: 0644]