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
/** Boxing removal optimization deletes all pure (readnone in llvm's terminology) functions. As the unboxing pass makes many boxing statements dead and creates more boxing statements which might be dead, this pass is essential in removing this code. */