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
Currently, RemoveSingleIterationLoop is using a half-baked, homegrown bounds analysis to get minima and maxima for the arguments to affine expressions.
ValueBoundsOpInterface is already set up for this, we should use it.
The text was updated successfully, but these errors were encountered:
I suspect, implicitly, that the pass that annotates GPU IDs with their bounds will need to be moved up before said loop iteration removal - or we could start doing such annotating in-place.
Currently, RemoveSingleIterationLoop is using a half-baked, homegrown bounds analysis to get minima and maxima for the arguments to affine expressions.
ValueBoundsOpInterface is already set up for this, we should use it.
The text was updated successfully, but these errors were encountered: