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 looks like a pass ordering issue - GVN is needed to simplify the double load, while IndVarSimplify is needed to eliminate the bounds check, while GVN occurs only after IndVarSimplify.
Compiles with -C opt-level=3 -C panic=abort to:
It should be possible for the bounds check to be dropped.
The text was updated successfully, but these errors were encountered: