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
Split it into specialized variants for each operator,
delete redundant code, fix up one case of wrong typing
for a constant in the MUL -> SHIFT optimization.
One CSE diff due to different VNs because of the typing
change for the constant (int -> long).
Many text diffs: "mov x3, 5" => "mov w3, 5".
0 commit comments