[PATCH] D139403: [SCEV] Compute symbolic exit count for 'and' conditions
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 6 02:15:03 PST 2022
nikic added inline comments.
================
Comment at: llvm/test/Analysis/ScalarEvolution/symbolic_max_exit_count.ll:227
ret i32 -3
}
----------------
I'm missing a test for the case where we actually produce a umin_seq.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139403/new/
https://reviews.llvm.org/D139403
More information about the llvm-commits
mailing list