Skip to content

Commit ec2044a

Browse files
author
Leon Clark
committed
Formatting.
1 parent 1f4ada6 commit ec2044a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8808,11 +8808,11 @@ static SDValue lowerBuildVectorAsBlend(BuildVectorSDNode *BVOp, SDLoc const &DL,
88088808
// Candidate BUILD_VECTOR must have 2 unique operands.
88098809
if (UniqueOps.size() != 2u)
88108810
return SDValue();
8811-
8811+
88128812
SDValue Op0 = *(UniqueOps.begin());
88138813
SDValue Op1 = *(++UniqueOps.begin());
88148814

8815-
if (isShuffleFoldableLoad(Op0) || isShuffleFoldableLoad(Op1) ||
8815+
if (isShuffleFoldableLoad(Op0) || isShuffleFoldableLoad(Op1) ||
88168816
Subtarget.hasAVX2()) {
88178817
// Create shuffle mask.
88188818
auto const NumElems = VT.getVectorNumElements();

0 commit comments

Comments
 (0)