[llvm] [LoopUnroll] Add UnrollMultiExit to loop unrolling options (NFC) (PR #124462)

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 09:37:50 PST 2025


================
@@ -622,6 +622,9 @@ class TargetTransformInfo {
     /// Don't allow runtime unrolling if expanding the trip count takes more
     /// than SCEVExpansionBudget.
     unsigned SCEVExpansionBudget;
+    /// Allow runtime unrolling multi-exit loops. Should only be set if the
----------------
preames wrote:

Add something to indicate that this doesn't disable the detection of profitable cases in generic code?  

https://github.com/llvm/llvm-project/pull/124462


More information about the llvm-commits mailing list