ASTStore: Add UD functionality #188
Labels
area:ir
Everything related to the IR and corresponding internals
blocked
enhancement
New feature or request
Milestone
We could store UD relations in the
AstStore
by introducing some kind of definition IDs that refer to the node IDs present in theAstStore
.Since we don't have any special IR nodes for this (#74) yet, we could design it in
AstStore
:AstStore
, as we need them to define local variablesDefId
AstId.id
to theseDefId
sDepends on #186; otherwise, it will be unreadable.
The text was updated successfully, but these errors were encountered: