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 a048f50 commit a9439ecCopy full SHA for a9439ec
llvm/include/llvm/Analysis/TargetTransformInfo.h
@@ -624,6 +624,8 @@ class TargetTransformInfo {
624
unsigned SCEVExpansionBudget;
625
/// Allow runtime unrolling multi-exit loops. Should only be set if the
626
/// 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.
629
bool RuntimeUnrollMultiExit;
630
};
631
0 commit comments