diff options
author | Chris Lattner <sabre@nondot.org> | 2005-01-11 06:36:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-01-11 06:36:20 +0000 |
commit | 51a263434a8ba6305ded4bff46204058eb679c8e (patch) | |
tree | 3a6befb39fdd61f44fd5d4153e3130d5270fe3dd /lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
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
Diffstat (limited to 'lib/CodeGen/SelectionDAG/TargetLowering.cpp')
0 files changed, 0 insertions, 0 deletions