Strip trailing whitespace

llvm-svn: 280598
This commit is contained in:
Simon Pilgrim 2016-09-03 20:36:05 +00:00
parent f43e4a1728
commit 3606d2346c
1 changed files with 2 additions and 2 deletions

View File

@ -26480,8 +26480,8 @@ static SDValue combineShuffle(SDNode *N, SelectionDAG &DAG,
if (SDValue LD = EltsFromConsecutiveLoads(VT, Elts, dl, DAG, true))
return LD;
// For AVX2, we sometimes want to combine
// (vector_shuffle <mask> (concat_vectors t1, undef)
// For AVX2, we sometimes want to combine
// (vector_shuffle <mask> (concat_vectors t1, undef)
// (concat_vectors t2, undef))
// Into:
// (vector_shuffle <mask> (concat_vectors t1, t2), undef)