We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459ef0c commit 488909dCopy full SHA for 488909d
llvm/include/llvm/Analysis/IVDescriptors.h
@@ -263,7 +263,8 @@ class RecurrenceDescriptor {
263
/// actual type of the Phi if the recurrence has been type-promoted.
264
Type *getRecurrenceType() const { return RecurrenceType; }
265
266
- /// Returns the sentinel value used to replace the start value.
+ /// Returns the sentinel value for FindLastIV recurrences to replace the start
267
+ /// value.
268
Value *getSentinelValue() const {
269
if (isFindLastIVRecurrenceKind(Kind)) {
270
Type *Ty = StartValue->getType();
0 commit comments