Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit e4cd1d0

Browse files
committed
[x86] fix formatting; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289476 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 359c877 commit e4cd1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Target/X86/X86ISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12000,7 +12000,7 @@ static SDValue lowerV4F64VectorShuffle(const SDLoc &DL, ArrayRef<int> Mask,
1200012000
// the results into the target lanes.
1200112001
if (SDValue V = lowerShuffleAsRepeatedMaskAndLanePermute(
1200212002
DL, MVT::v4f64, V1, V2, Mask, Subtarget, DAG))
12003-
return V;
12003+
return V;
1200412004

1200512005
// Try to simplify this by merging 128-bit lanes to enable a lane-based
1200612006
// shuffle. However, if we have AVX2 and either inputs are already in place,

0 commit comments

Comments
 (0)