Skip to content

Commit 379f6c6

Browse files
author
Leon Clark
committed
Formatting.
1 parent 521f522 commit 379f6c6

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
@@ -8768,11 +8768,11 @@ static SDValue lowerBuildVectorAsBlend(BuildVectorSDNode *BVOp, SDLoc const &DL,
87688768
// Candidate BUILD_VECTOR must have 2 unique operands.
87698769
if (UniqueOps.size() != 2u)
87708770
return SDValue();
8771-
8771+
87728772
SDValue Op0 = *(UniqueOps.begin());
87738773
SDValue Op1 = *(++UniqueOps.begin());
87748774

8775-
if (isShuffleFoldableLoad(Op0) || isShuffleFoldableLoad(Op1) ||
8775+
if (isShuffleFoldableLoad(Op0) || isShuffleFoldableLoad(Op1) ||
87768776
Subtarget.hasAVX2()) {
87778777
// Create shuffle mask.
87788778
auto const NumElems = VT.getVectorNumElements();

0 commit comments

Comments
 (0)