https://llvm.org/bugs/show_bug.cgi?id=30389

Reid Kleckner <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #2 from Reid Kleckner <[email protected]> ---
Nevermind, this is PR16830.

Until that is resolved, treat ESI as you would treat EBP: don't modify it, or
you will break access to local variables.

In this case, you have no dynamic allocas, but we treat ESP modifications the
same way, we assume we can't reference local variables via ESP.

*** This bug has been marked as a duplicate of bug 16830 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to