Skip to content

Commit a9439ec

Browse files
committed
!fixup mention fall back to generic logic if set to false.
1 parent a048f50 commit a9439ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/include/llvm/Analysis/TargetTransformInfo.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,8 @@ class TargetTransformInfo {
624624
unsigned SCEVExpansionBudget;
625625
/// Allow runtime unrolling multi-exit loops. Should only be set if the
626626
/// target determined that multi-exit unrolling is profitable for the loop.
627+
/// Fall back to the generic logic to determine whether multi-exit unrolling
628+
/// is profitable if set to false.
627629
bool RuntimeUnrollMultiExit;
628630
};
629631

0 commit comments

Comments
 (0)