http://llvm.org/bugs/show_bug.cgi?id=2311
Anton Korobeynikov <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED],
| |[EMAIL PROTECTED]
Status|NEW |RESOLVED
Resolution| |LATER
--- Comment #1 from Anton Korobeynikov <[EMAIL PROTECTED]> 2008-05-11 09:29:06
---
Unfortunately, we need to know about stack alignment too early, before RA runs.
At that point we don't know, whether there will be vector spill, or not. Stack
realignment logic is overly conservative here, but otherwise we can produce
unaligned loads/stores.
Fixing this will require some huge RA changes.
--
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs