Skip to content

Commit 4ccdf2b

Browse files
Fix formatting
1 parent dd48aa7 commit 4ccdf2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17362,9 +17362,9 @@ static SDValue lowerShuffleAsVSELECT(const SDLoc &DL, ArrayRef<int> Mask,
1736217362

1736317363
if (!ISD::isBuildVectorAllZeros(BuildVector.getNode()))
1736417364
return SDValue();
17365-
17366-
// This relates to the lowering of `_mm512_maskz_shuffle_epi32` intrinsic.
17367-
// The `BUILD_VECTOR` contains the zeroing mask. If the corresponding
17365+
17366+
// This relates to the lowering of `_mm512_maskz_shuffle_epi32` intrinsic.
17367+
// The `BUILD_VECTOR` contains the zeroing mask. If the corresponding
1736817368
// element is UNDEF, then the bit in mask is set. If it is zero, the
1736917369
// corresponding bit in mask is zero.
1737017370
APInt DestMask(16, 0);

0 commit comments

Comments
 (0)