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
Previously, SSADestroyHoisting used two pessimistic BackwardReachability
dataflows. Here, it is made to use IterativeBackwardReachability
including a call to the optionally-used method solvePessimistic to do a
pessimistic dataflow (to find barrier access scopes) and an optimistic
dataflow (to find all barriers).
0 commit comments