Files
llvm-6502/lib/Target
Chris Lattner 51a263434a 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
2005-01-11 06:36:20 +00:00
..
2005-01-02 23:07:31 +00:00
2004-11-21 00:01:54 +00:00
2004-08-12 18:37:15 +00:00
2004-09-01 22:55:40 +00:00
2004-10-25 19:04:01 +00:00