Fix MatchAddress bug that's preventing negative displacement from being folded in...
authorEvan Cheng <evan.cheng@apple.com>
Sat, 17 Jan 2009 07:09:27 +0000 (07:09 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 17 Jan 2009 07:09:27 +0000 (07:09 +0000)
commit8e278266494c71471bfd7c29cccfcdcef433a4ba
treee017f922a0d29c74241a991522ce738c35f8d12b
parent7ab24506746a25959b67caffa4b18d5fb62a60d2
Fix MatchAddress bug that's preventing negative displacement from being folded in 64-bit mode.

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