Strip trailing whitespace

llvm-svn: 298909
This commit is contained in:
Simon Pilgrim 2017-03-28 11:15:17 +00:00
parent d4658ee634
commit defee5683c
1 changed files with 1 additions and 1 deletions

View File

@ -12758,7 +12758,7 @@ static SDValue lowerV8F32VectorShuffle(const SDLoc &DL, ArrayRef<int> Mask,
return V;
// For non-AVX512 if the Mask is of 16bit elements in lane then try to split
// since after split we get a more efficient code using vpunpcklwd and
// since after split we get a more efficient code using vpunpcklwd and
// vpunpckhwd instrs than vblend.
if (!Subtarget.hasAVX512() && isUnpackWdShuffleMask(Mask, MVT::v8f32))
if (SDValue V = lowerVectorShuffleAsSplitOrBlend(DL, MVT::v8f32, V1, V2,