[LLVMbugs] [Bug 1776] movaps being generated despite alignment 1 being specified
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Nov 4 23:32:16 PST 2007
http://llvm.org/bugs/show_bug.cgi?id=1776
Evan Cheng <evan.cheng at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Evan Cheng <evan.cheng at apple.com> 2007-11-05 01:32:15 ---
Fixed.
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20071105/055148.html
We are using movups for SSE spill / restore on targets where stack alignment is
< 16. This should be reverted once dynamic stack alignment is implemented (i.e.
PR1636).
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list