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
Optimize continuous load/store instructions in a loop.
In some cases it is possible to replace load/store instructions with block instructions
even if they are in a non-uniform loop. This can be done by splitting the loop.
0 commit comments