https://bugs.llvm.org/show_bug.cgi?id=41847
Simon Pilgrim <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #2 from Simon Pilgrim <[email protected]> ---
addl %ecx, 8192
This is adding the value in register ECX to the absolute memory location at
address 8192 - so will have a load + store
I think what you meant was
addl $8192, %ecx
which is handled as you'd expect.
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs