Skip to content

Commit e11d350

Browse files
committed
Update comment
1 parent 9f620fa commit e11d350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/Analysis/TargetTransformInfo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,8 +1847,8 @@ class TargetTransformInfo {
18471847
/// otherwise scalar epilogue loop.
18481848
LLVM_ABI bool preferEpilogueVectorization() const;
18491849

1850-
/// \returns True if the loop vectorizer should discard any VFs that may have
1851-
/// too high of a register pressure as determined by getNumberOfRegisters.
1850+
/// \returns True if the loop vectorizer should discard any VFs where the
1851+
/// maximum register pressure exceeds getNumberOfRegisters.
18521852
LLVM_ABI bool shouldConsiderVectorizationRegPressure() const;
18531853

18541854
/// \returns True if the target wants to expand the given reduction intrinsic

0 commit comments

Comments
 (0)