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 6ae86ea commit bde33afCopy full SHA for bde33af
llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp
@@ -62,7 +62,7 @@ static cl::opt<unsigned> UnrollForcePeelCount(
62
cl::desc("Force a peel count regardless of profiling information."));
63
64
static cl::opt<bool> UnrollPeelMultiDeoptExit(
65
- "unroll-peel-multi-deopt-exit", cl::init(false), cl::Hidden,
+ "unroll-peel-multi-deopt-exit", cl::init(true), cl::Hidden,
66
cl::desc("Allow peeling of loops with multiple deopt exits."));
67
68
// Designates that a Phi is estimated to become invariant after an "infinite"
0 commit comments