[PATCH] D113939: [runtime-unroll] Remove restriction about unrolling multiple exit loops
Whitney Tsang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 24 08:48:14 PST 2021
Whitney added inline comments.
================
Comment at: llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp:415
/// Returns true if we can profitably unroll the multi-exit loop L. Currently,
/// we return true only if UnrollRuntimeMultiExit is set to true.
static bool canProfitablyUnrollMultiExitLoop(
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113939/new/
https://reviews.llvm.org/D113939
More information about the llvm-commits
mailing list