-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Open
Labels
Description
TableGen's Init
and subclasses do not track locations. This issue is to enhance the Init to also track its location. Currently, the Init nodes are uniqued using a FoldingSet, so we can either do away with that or add an indirection so that an Init
node is its location + a pointer to the uniqued "contents".
Once locations are tracked for Init
s, we also need to enhance the error reporting to use these locations.
zero9178 and pchaudhuri-nv