[Code Base] Understanding schedule.normalize()

As long as I understand, schedule.normalize is the method to normalize loops, i.e. making everything canonical — starts from 0 and increases by 1.

However, I did not see any if clause which checks the IterVar's min.
Only inlined ones will be skipped.