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 c37e74f commit 46af91dCopy full SHA for 46af91d
llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
@@ -1499,7 +1499,7 @@ bool LoopIdiomRecognize::runOnNoncountableLoop() {
1499
1500
return recognizePopcount() || recognizeAndInsertFFS() ||
1501
recognizeShiftUntilBitTest() || recognizeShiftUntilZero() ||
1502
- recognizeShiftUntilLessThan();
+ recognizeShiftUntilLessThan() || recognizeAndInsertStrLen();
1503
}
1504
1505
/// Check if the given conditional branch is based on the comparison between
0 commit comments