| commit | 51a263434a8ba6305ded4bff46204058eb679c8e | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Tue Jan 11 06:36:20 2005 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Tue Jan 11 06:36:20 2005 +0000 |
| tree | 3a6befb39fdd61f44fd5d4153e3130d5270fe3dd | |
| parent | 5a069f5a7e5976fe65e331de908234d08f916be8 [diff] |
Instead of generating stuff like this:
mov %ECX, %EAX
add %ECX, 32768
mov %SI, WORD PTR [2*%ECX + l13_prev]
Generate this:
mov %SI, WORD PTR [2*%ECX + l13_prev + 65536]
This occurs when you have a GEP instruction where an index is
"something + imm".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19472 91177308-0d34-0410-b5e6-96231b3b80d8