[LLVMbugs] [Bug 17631] llc inserts vzeroupper before a call and spoils avx registers, which lives across the call
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Oct 23 11:35:48 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17631
Michael Liao <michael.liao at intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |michael.liao at intel.com
Resolution|--- |FIXED
--- Comment #1 from Michael Liao <michael.liao at intel.com> ---
It's turned out to be an issue specific to Windows where a special helper needs
inserting in function prologue. However, that helper is (and should be) simple,
has minimal registers clobbered and won't use/def XMM/YMM/ZMM registers. The
simple solution is to skip them during 'vzeroupper' insertion.
Fixed in r193261.
--
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/20131023/38f49335/attachment.html>
More information about the llvm-bugs
mailing list