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
Ideally, we should remove all refcount calls of %arg.l.0 and %l.sroa.0.0.i, since %l.sroa.0.0.i is null or %arg.l.0.
However, current ref-pruning algorithm can't remove any of them.
The text was updated successfully, but these errors were encountered:
code of
typed.List
'sget_item
:IR of
integer_non_none_impl
:Ideally, we should remove all refcount calls of
%arg.l.0
and%l.sroa.0.0.i
, since%l.sroa.0.0.i
isnull
or%arg.l.0
.However, current ref-pruning algorithm can't remove any of them.
The text was updated successfully, but these errors were encountered: