"llvm/unittests/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "eb0371e403a67fdb580e24b9911107bfc9a828b3"
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
Loading
Please register or sign in to comment