[LLVMbugs] [Bug 803] NEW: InlineAsm objects are not uniqued
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Jun 7 15:27:11 PDT 2006
http://llvm.org/bugs/show_bug.cgi?id=803
Summary: InlineAsm objects are not uniqued
Product: libraries
Version: 1.0
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: Core LLVM classes
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
InlineAsm::get should memoize inline asm objects. This is a tracking bug so I don't forget about it.
This is slightly tricker than it looks because the map that memoizes the objects needs to be robust in the
face of type refinement (like the constant memoizer).
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list