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
Undo change that dropped const-propped information
This PR included a change that only used constant results if the
result was *better*. However, this is not what we want, because
even though the result may have been the same, the IR we computed
will likely still have more precise (and fewer) statements, because
we optimized a bunch of things away based on constant information.
0 commit comments