[llvm-bugs] [Bug 43155] [X68] r270109 can create dead stack adjustments after noreturn calls (previously PR27140)
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Aug 30 14:02:14 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=43155
Reid Kleckner <rnk at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #2 from Reid Kleckner <rnk at google.com> ---
r370409 should fix these cases.
I think when you were working on r270109 we were measuring code size of
i686-windows-msvc for chromium, which uses /Oy- to preserve frame pointers, so
the stack frame was frequently not reserved, which avoided this case.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190830/dd50c9c4/attachment.html>
More information about the llvm-bugs
mailing list