http://llvm.org/bugs/show_bug.cgi?id=8699
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #4 from Chris Lattner <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
