http://llvm.org/bugs/show_bug.cgi?id=10048

Chris Lattner <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #6 from Chris Lattner <[email protected]> 2011-05-30 15:15:12 CDT 
---
This is correct behavior.  byvals with vectors in them are given 16-byte
alignment.  Use of movaps is always valid and preferred if the code generator
can know that the pointer is 16-byte aligned.

-- 
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

Reply via email to