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 9f620fa commit e11d350Copy full SHA for e11d350
llvm/include/llvm/Analysis/TargetTransformInfo.h
@@ -1847,8 +1847,8 @@ class TargetTransformInfo {
1847
/// otherwise scalar epilogue loop.
1848
LLVM_ABI bool preferEpilogueVectorization() const;
1849
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.
+ /// \returns True if the loop vectorizer should discard any VFs where the
+ /// maximum register pressure exceeds getNumberOfRegisters.
1852
LLVM_ABI bool shouldConsiderVectorizationRegPressure() const;
1853
1854
/// \returns True if the target wants to expand the given reduction intrinsic
0 commit comments