We aren't checking for a concat here. We're just always splitting
256-bit stores.
llvm-svn: 371092
St->getMemOperand()->getFlags());
}
- // If we are saving a concatenation of two XMM registers and 32-byte stores
- // are slow, such as on Sandy Bridge, perform two 16-byte stores.
+ // If we are saving a 32-byte vector and 32-byte stores are slow, such as on
+ // Sandy Bridge, perform two 16-byte stores.
bool Fast;
if (VT.is256BitVector() && StVT == VT &&
TLI.allowsMemoryAccess(*DAG.getContext(), DAG.getDataLayout(), VT,