summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-11 06:36:20 +0000
committerChris Lattner <sabre@nondot.org>2005-01-11 06:36:20 +0000
commitb74ec4cd249c5e9d2c74b15799e4175168b64f87 (patch)
tree60238985b27bf088e567b4044ce88cc81df15db1 /llvm/lib/CodeGen
parent4596db350981d1582ffffca3b0626e60d991e64d (diff)
downloadbcm5719-llvm-b74ec4cd249c5e9d2c74b15799e4175168b64f87.tar.gz
bcm5719-llvm-b74ec4cd249c5e9d2c74b15799e4175168b64f87.zip
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". llvm-svn: 19472
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud