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
We remove unreachable block only in fgRemoveUnreachableBlocks in fgRemoveUnreachableBlocks that we run before assertion propogation and CSE that can change set of dead blocks.
Also, when we create internal block we mark them as:
We remove unreachable block only in
fgRemoveUnreachableBlocks
infgRemoveUnreachableBlocks
that we run before assertion propogation and CSE that can change set of dead blocks.Also, when we create internal block we mark them as:
and can't delete when they become dead (and can't say that they are dead because
Note that no bbJumpDest points to these blocks.
.The text was updated successfully, but these errors were encountered: