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
add missing setting of inferred field when setting inference result (#55081)
This previously could confuse inference, which expects that the field is
set to indicate that the rettype has been computed, and cannot tolerate
putting objects in the cache for which that is not true. This was
causing Nanosoldier to fail.
Also cleanup `sv.unreachable` after IR modification so that it remains
(mostly) consistent, even though unused (except for the unreachable
nodes themselves), as this was confusing me in debugging.
0 commit comments