You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ExtractInstances] Append original instance name to path in metadata (……#7872)
Update the metadata generated by ExtractInstances.
Currently the path in the metadata, doesn't contain the original instance name,
which causes difficulty in distinguishing extracted instances within the same
module. This PR updates the metadata to append the original instance name to
the path. Note that this instance name is of the instance, that has been
extracted, hence it cannot be represented by the Hierarchical path.
[Comb] delete slow canonicalizer (#8014)
This canonicalizer does not have a functional issue, but is causing bad
performance issues. This change removes it until it can be fixed
properly.