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
[FIRRTL] Fix dedup looking up wrong op in inner ref target check (#9104)
Fix an issue in the Dedup pass, where the pass would use
`data.map.lookup(...)` to resolve the target operation of an inner
reference from one module to another, but it would use op B as lookup
key, while the map contains mappings from A to B.
0 commit comments