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 84e61ea commit a34bee2Copy full SHA for a34bee2
llvm/include/llvm/Analysis/TargetTransformInfo.h
@@ -1778,7 +1778,8 @@ class TargetTransformInfo {
1778
/// vectorization, false - otherwise.
1779
bool preferAlternateOpcodeVectorization() const;
1780
1781
- /// \returns True if the target prefers reductions in loop.
+ /// \returns True if the target prefers reductions of \p Kind to be performed
1782
+ /// in the loop.
1783
bool preferInLoopReduction(RecurKind Kind, Type *Ty) const;
1784
1785
/// \returns True if the target prefers reductions select kept in the loop
0 commit comments