[LLVMbugs] [Bug 8180] TD alignment's treatment in struct differs among InstCombine and CodeGen

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Sep 18 09:40:31 PDT 2010


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

Chris Lattner <clattner at apple.com> changed:

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

--- Comment #1 from Chris Lattner <clattner at apple.com> 2010-09-18 11:40:30 CDT ---
This is correct behavior.  LLC doesn't listen to the behavior of the datalayout
specified in the module, the target you compile for overrides it.  In practice,
this means that the frontend should generate the right td string, or none at
all.

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