Displaying 2 results from an estimated 2 matches for "03b10027".
Did you mean:
03b10020
2008 Jul 10
3
[LLVMdev] InstructionCombining forgets alignment of globals
...unaligned
memory. Disabling InstructionCombining gives me the following correct code:
03B10010 push ebp
03B10011 mov ebp,esp
03B10013 and esp,0FFFFFFF0h
03B10019 movups xmm0,xmmword ptr ds:[164E79Ah]
03B10020 movups xmm1,xmmword ptr ds:[164E799h]
03B10027 mulps xmm1,xmm0
03B1002A movups xmmword ptr ds:[164E799h],xmm1
03B10031 mov esp,ebp
03B10033 pop ebp
03B10034 ret
Unless I'm missing something this is quite clearly a bug. I'll give it a try
to locate the faulty code but all help is very welc...
2008 Jul 10
0
[LLVMdev] InstructionCombining forgets alignment of globals
...unaligned
memory. Disabling InstructionCombining gives me the following correct code:
03B10010 push ebp
03B10011 mov ebp,esp
03B10013 and esp,0FFFFFFF0h
03B10019 movups xmm0,xmmword ptr ds:[164E79Ah]
03B10020 movups xmm1,xmmword ptr ds:[164E799h]
03B10027 mulps xmm1,xmm0
03B1002A movups xmmword ptr ds:[164E799h],xmm1
03B10031 mov esp,ebp
03B10033 pop ebp
03B10034 ret
Unless I'm missing something this is quite clearly a bug. I'll give it a try
to locate the faulty code but all help is very welc...