mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Test commit access, remove trailing whitespace
llvm-svn: 292482
This commit is contained in:
parent
bf2cbd3175
commit
acf79b9fc1
@ -6016,7 +6016,7 @@ void InterleavedAccessInfo::analyzeInterleaving(
|
|||||||
if (Group->getNumMembers() != Group->getFactor())
|
if (Group->getNumMembers() != Group->getFactor())
|
||||||
releaseGroup(Group);
|
releaseGroup(Group);
|
||||||
|
|
||||||
// Remove interleaved groups with gaps (currently only loads) whose memory
|
// Remove interleaved groups with gaps (currently only loads) whose memory
|
||||||
// accesses may wrap around. We have to revisit the getPtrStride analysis,
|
// accesses may wrap around. We have to revisit the getPtrStride analysis,
|
||||||
// this time with ShouldCheckWrap=true, since collectConstStrideAccesses does
|
// this time with ShouldCheckWrap=true, since collectConstStrideAccesses does
|
||||||
// not check wrapping (see documentation there).
|
// not check wrapping (see documentation there).
|
||||||
|
Loading…
Reference in New Issue
Block a user