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 af63aa7 commit 5335b7dCopy full SHA for 5335b7d
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