[PATCH] D112573: [IndVarSimplify] Reduce nondeterministic behaviour in visitIVCast.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 14 12:56:34 PST 2021
sdesmalen added a comment.
In D112573#3127843 <https://reviews.llvm.org/D112573#3127843>, @reames wrote:
> Surely this causes some test diff in the existing test corpus? It looks like the review is incomplete. (Or I'm simply very surprised.)
The patch is actually complete, it's indeed very surprising that no other tests fail (I've built for all targets and ran `make check-all`).
Consistently choosing //signed// (this patch) causes no other tests to fail. Consistently choosing //unsigned// causes only one other test to fail (D113516 <https://reviews.llvm.org/D113516>).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112573/new/
https://reviews.llvm.org/D112573
More information about the llvm-commits
mailing list