forked from OSchip/llvm-project
Mention IndVarSimplify in the comment by getSmallConstantTripCount, as
is done for getTripCount. llvm-svn: 95666
This commit is contained in:
parent
d39d8c83cc
commit
1413549418
|
@ -553,6 +553,10 @@ public:
|
|||
/// normal unsigned value, if possible. Returns 0 if the trip count is unknown
|
||||
/// of not constant. Will also return 0 if the trip count is very large
|
||||
/// (>= 2^32)
|
||||
///
|
||||
/// The IndVarSimplify pass transforms loops to have a form that this
|
||||
/// function easily understands.
|
||||
///
|
||||
unsigned getSmallConstantTripCount() const;
|
||||
|
||||
/// getSmallConstantTripMultiple - Returns the largest constant divisor of the
|
||||
|
|
Loading…
Reference in New Issue