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


Chris Lattner <[email protected]> changed:

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




--- Comment #5 from Chris Lattner <[email protected]>  2010-02-05 10:37:58 ---
This is the same as Bug 5995.  llvm-gcc is lowering accesses to be align 1 when
llvm-types lowers the structure to an llvm packed struct.  Whether or not it
turns into an llvm packed struct should have nothing to do with the alignment
of the load.  This is terrible code and needs to be ripped out.

*** This bug has been marked as a duplicate of bug 5995 ***


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