Skip to content

Commit b383851

Browse files
committed
fixup! fixup! Address review comments
1 parent e46d311 commit b383851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/CodeGen/InterleavedAccessPass.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ static bool isReInterleaveMask(ShuffleVectorInst *SVI, unsigned &Factor,
249249
return false;
250250
}
251251

252+
// Return the corresponded deinterleaved mask, or nullptr if there is no valid
253+
// mask.
252254
static Value *getMask(Value *WideMask, unsigned Factor,
253255
ElementCount LeafValueEC);
254256

@@ -726,8 +728,6 @@ getVectorDeinterleaveFactor(IntrinsicInst *II,
726728
return true;
727729
}
728730

729-
// Return the corresponded deinterleaved mask, or nullptr if there is no valid
730-
// mask.
731731
static Value *getMask(Value *WideMask, unsigned Factor,
732732
ElementCount LeafValueEC) {
733733
if (auto *IMI = dyn_cast<IntrinsicInst>(WideMask)) {

0 commit comments

Comments
 (0)