mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-05 19:29:01 +00:00
Simplify. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252491 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1cff5e8007
commit
01eac64506
@ -667,10 +667,7 @@ bool LoopIdiomRecognize::processLoopStoreOfLoopLoad(
|
||||
}
|
||||
|
||||
bool LoopIdiomRecognize::runOnNoncountableLoop() {
|
||||
if (recognizePopcount())
|
||||
return true;
|
||||
|
||||
return false;
|
||||
return recognizePopcount();
|
||||
}
|
||||
|
||||
/// Check if the given conditional branch is based on the comparison between
|
||||
|
Loading…
Reference in New Issue
Block a user