Files
clang-p2996/llvm/lib/Transforms/Utils/LoopUnrollAndJam.cpp
Florian Hahn 4226e0a0c7 [TTI] Add SCEVExpansionBudget to loop unrolling options. (#118316)
Add an extra know to UnrollingPreferences to let backends control the
maximum budget for SCEV expansions.

This gives backends more fine-grained control on the cost of the runtime
checks for runtime unrolling.

PR: https://github.com/llvm/llvm-project/pull/118316
2024-12-02 21:35:00 +00:00

38 KiB