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
Hotspot and Thorin do all sorts of constant and copy propagation, constant folding and common subexpression elimination in IR construction. We already kind of do constant and copy propagation -- we have to because the CPS IR conceptually has no names, just value edges.
The text was updated successfully, but these errors were encountered:
Hotspot and Thorin do all sorts of constant and copy propagation, constant folding and common subexpression elimination in IR construction. We already kind of do constant and copy propagation -- we have to because the CPS IR conceptually has no names, just value edges.
The text was updated successfully, but these errors were encountered: