Report all cases where we can prove that the expressions are not the same, rather than just the cases where we know the exact constant delta.
In part this is intended to clarify the difference with verify-scev-strict mode, which reports cases where we cannot prove that the expressions are the same.
I don't quite understand the new comment for "In VerifySCEVStrict mode...". Before it was clear; constants only. I don't see how !Delta->isZero() implies we are unable prove the expressions are the same but isKnownNonZero(Delta) doesn't.