[PATCH] D105921: [SCEV] Handle zero stride correctly in howManyLessThans
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 13 17:51:23 PDT 2021
aeubanks added a comment.
I've bisected a crash to this change
$ opt -passes='default<O3>' reduced.ll
opt: ../../llvm/lib/Analysis/ScalarEvolution.cpp:10521: bool llvm::ScalarEvolution::isLoopEntryGuardedByCond(const llvm::Loop *, ICmpInst::Predica
te, const llvm::SCEV *, const llvm::SCEV *): Assertion `isAvailableAtLoopEntry(RHS, L) && "RHS is not available at Loop Entry"' failed.
F17920613: reduced.ll <https://reviews.llvm.org/F17920613>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105921/new/
https://reviews.llvm.org/D105921
More information about the llvm-commits
mailing list