mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-09 22:13:07 +00:00
Fix comment grammar and capitalization.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191850 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b47c0108b3
commit
5c86f12969
@ -3710,8 +3710,8 @@ bool LoopVectorizationLegality::canVectorizeMemory() {
|
|||||||
Stores.push_back(St);
|
Stores.push_back(St);
|
||||||
DepChecker.addAccess(St);
|
DepChecker.addAccess(St);
|
||||||
}
|
}
|
||||||
} // next instr.
|
} // Next instr.
|
||||||
} // next block.
|
} // Next block.
|
||||||
|
|
||||||
// Now we have two lists that hold the loads and the stores.
|
// Now we have two lists that hold the loads and the stores.
|
||||||
// Next, we find the pointers that they use.
|
// Next, we find the pointers that they use.
|
||||||
@ -3805,7 +3805,7 @@ bool LoopVectorizationLegality::canVectorizeMemory() {
|
|||||||
if (NumComparisons == 0 && NeedRTCheck)
|
if (NumComparisons == 0 && NeedRTCheck)
|
||||||
NeedRTCheck = false;
|
NeedRTCheck = false;
|
||||||
|
|
||||||
// Check that we did not collect too many pointers or found a unsizeable
|
// Check that we did not collect too many pointers or found an unsizeable
|
||||||
// pointer.
|
// pointer.
|
||||||
if (!CanDoRT || NumComparisons > RuntimeMemoryCheckThreshold) {
|
if (!CanDoRT || NumComparisons > RuntimeMemoryCheckThreshold) {
|
||||||
PtrRtCheck.reset();
|
PtrRtCheck.reset();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user