[PATCH] D112573: [IndVarSimplify] Reduce nondeterministic behaviour in visitIVCast.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 9 13:57:05 PST 2021


sdesmalen added a comment.

In D112573#3117336 <https://reviews.llvm.org/D112573#3117336>, @mkazantsev wrote:

> This is strange. From what I'm seeing, your IV starts from 1 and is just trivially positive, so there should not be any troubles with using zext. Could you please post a separate review with the unsigned version & its generated checks for this test?

I've posted the unsigned version in 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