Debug information can be, and was, corrupted when the runtime remainder loop was fully unrolled. This is because the a !null node can be created instead of a unique one describing the loop. In this case, the original node gets incorrectly updated with the NewLoopID metadata.
In the case when the remainder loop is going to be quickly fully unrolled, there isn't the need to add loop metadata for it anyway.