[PATCH] D22377: [SCEV] trip count calculation for loops with unknown stride
Pankaj Chawla via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 9 12:12:00 PDT 2016
pankajchawla added inline comments.
================
Comment at: llvm/lib/Analysis/ScalarEvolution.cpp:8752
@@ +8751,3 @@
+ // a) IV is either nuw or nsw depending upon signedness (indicated by the
+ // NoWrap flag).
+ // b) loop is single exit with no side effects.
----------------
Thanks!
I have updated the comments.
https://reviews.llvm.org/D22377
More information about the llvm-commits
mailing list