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
This optimization is done at the basic block levels, not using opt templates.
When a call/jr/jp jumps to another jr/jp with no condition or with the same
condition as its original caller, the labels is updated. So:
jp X
...
X:
jp Y
is converted to
jp Y
Also clean up some iteration over dictionaries.
0 commit comments