[llvm-bugs] [Bug 3739] [win64] x86-64 generates incorrect asm in function prolog/epilog trying to save XMM registers
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Apr 3 10:11:22 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=3739
Reid Kleckner <rnk at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
CC| |rnk at google.com
Status|NEW |RESOLVED
--- Comment #13 from Reid Kleckner <rnk at google.com> ---
I'm pretty sure this is fixed. We use normal "movaps" instructions to spill
XMMs and emit .seh_savexmm CFI pseudos to do with them.
--
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/20170403/116bcf33/attachment.html>
More information about the llvm-bugs
mailing list