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
shared_ptr<IrContainer> transition and Fusion tracking infrastructure
Change Fusion::ir_container_ from unique_ptr to shared_ptr to enable
future container sharing between Fusions. Add Fusion tracking API to
IrContainer (addFusion/removeFusion/transferFusion/sharingCount).
Remove IrContainer::parent_ since the 1:1 relationship no longer holds.
Disable parallel compilation during the shared_ptr transition.
0 commit comments