[PATCH] D112573: [IndVarSimplify] Reduce nondeterministic behaviour in visitIVCast.
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 8 20:32:04 PST 2021
mkazantsev added a comment.
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?
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