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 5e41351 commit ea61d39Copy full SHA for ea61d39
llvm/include/llvm/Transforms/Utils/LoopRotationUtils.h
@@ -33,7 +33,7 @@ class TargetTransformInfo;
33
/// header. If the loop header's size exceeds the threshold, the loop rotation
34
/// will give up. The flag IsUtilMode controls the heuristic used in the
35
/// LoopRotation. If it is true, the profitability heuristic will be ignored.
36
-/// The ProfitabilityCheck function overrides the general profitability check.
+/// The ForceRotation flag overrides the general profitability check.
37
LLVM_ABI bool LoopRotation(
38
Loop *L, LoopInfo *LI, const TargetTransformInfo *TTI, AssumptionCache *AC,
39
DominatorTree *DT, ScalarEvolution *SE, MemorySSAUpdater *MSSAU,
0 commit comments