Skip to content

Commit a34bee2

Browse files
committed
update comment
1 parent 84e61ea commit a34bee2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/llvm/Analysis/TargetTransformInfo.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1778,7 +1778,8 @@ class TargetTransformInfo {
17781778
/// vectorization, false - otherwise.
17791779
bool preferAlternateOpcodeVectorization() const;
17801780

1781-
/// \returns True if the target prefers reductions in loop.
1781+
/// \returns True if the target prefers reductions of \p Kind to be performed
1782+
/// in the loop.
17821783
bool preferInLoopReduction(RecurKind Kind, Type *Ty) const;
17831784

17841785
/// \returns True if the target prefers reductions select kept in the loop

0 commit comments

Comments
 (0)