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
[UnrollAndJam] Do not preserve loop nests if a loop was fully unrolled.
If UnJ completely unrolls a loop and removes it entirely, the loop remains in
the current loop nest. If the loop nest gets reused the loops will no longer be
valid. As there is no way to remove a loop from a LoopNest, this patch removes
the preserve of the LoopNestAnalysis so that it will be regenerated.
Fixes#124518
0 commit comments