[PATCH] D110922: [LoopPeel] Peel loops with exits followed by an unreachable or deopt block
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 17 21:01:09 PDT 2021
mkazantsev requested changes to this revision.
mkazantsev added inline comments.
This revision now requires changes to proceed.
================
Comment at: llvm/lib/Transforms/Utils/BasicBlockUtils.cpp:57
+static cl::opt<unsigned> MaxDeoptimizingCheckDepth(
+ "max-deopt-check-depth", cl::init(8), cl::Hidden,
+ cl::desc("Set the maximum path length when checking whether a basic block "
----------------
Please rename the option and change description, taking Philip's comment into account. Unreachable-terminated block is not a deopt block.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110922/new/
https://reviews.llvm.org/D110922
More information about the llvm-commits
mailing list