[LLVMbugs] [Bug 9736] AliasSetTracker could use ADT/ilist instead of its own list implementation.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Apr 16 08:59:46 PDT 2011


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

Chris Lattner <clattner at apple.com> changed:

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

--- Comment #2 from Chris Lattner <clattner at apple.com> 2011-04-16 10:59:46 CDT ---
Honestly, I don't think that the list management code in AST is really the
problem.  It's a really complex and subtle datastructure, and adding a layer of
indirection doesn't help (to me).  I'd rather that all existing clients move
away from AST so we can remove it.

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