[LLVMbugs] [Bug 22111] New: Add concept of 'distinct' MDNodes

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jan 6 17:03:58 PST 2015


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

            Bug ID: 22111
           Summary: Add concept of 'distinct' MDNodes
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Core LLVM classes
          Assignee: unassignedbugs at nondot.org
          Reporter: dexonsmith at apple.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

We should have the ability to explicitly create distinct MDNodes, which are not
uniqued, without having to resort to self-references.

This is relatively easy:

 1. Add API.
 2. Add assembly and bitcode support for saving this bit (it's already used
under the hood for uniquing collisions, but it's not serialized).
 3. Add logic to `ValueMap` so that it's kept there too.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150107/ad4c0aef/attachment.html>


More information about the llvm-bugs mailing list