Skip to content

Commit adf71b9

Browse files
committed
clang-format
1 parent 14c25af commit adf71b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15253,7 +15253,7 @@ static SDValue lowerShuffleAsSplitOrBlend(const SDLoc &DL, MVT VT, SDValue V1,
1525315253
/*SimpleOnly*/ false);
1525415254

1525515255
// Without AVX2, if we can freely split the subvectors then we're better off
15256-
// performing half width shuffles.
15256+
// performing half width shuffles.
1525715257
if (!Subtarget.hasAVX2()) {
1525815258
SDValue BC1 = peekThroughBitcasts(V1);
1525915259
SDValue BC2 = peekThroughBitcasts(V2);

0 commit comments

Comments
 (0)