[LLVMbugs] [Bug 6185] llvm-gcc assumes no alignment for bitfield loads
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Feb 5 08:37:59 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=6185
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #5 from Chris Lattner <clattner at apple.com> 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.
More information about the llvm-bugs
mailing list