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
JIT: fix stress issue with profile consistency (#101259)
In rare cases profile stress will put weight on unreachable preds of
loop blocks, throwing off the cyclic probability computations.
Fix by ignoring such preds.
0 commit comments