[LLVMbugs] [Bug 8699] Store of 3 constant bytes should be combined into one i24 store (regression)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Dec 6 21:28:41 PST 2010


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

Chris Lattner <clattner at apple.com> changed:

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

--- Comment #4 from Chris Lattner <clattner at apple.com> 2010-12-06 23:28:40 CST ---
Agreed, those should be merged.  However, they should be merged at codegen
time, not in the IR.  Doing it at the IR level will obscure the type relation
and confuse things.  Merging at codegen time is tracked by PR3473

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

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