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
OptimizeInstructions: Fix max bits of a local with an unreachable set (#7623)
Previously we set such locals to 64 bits, even if they were i32. This
interacted with #7505 which compared the bits to the true bits of
the type, which led to 64 != 32, which suggested we knew something
nontrivial about the bits, and a misoptimization.
0 commit comments