[X86] Pre-allocate some of the shuffle mask SmallVectors in the auto upgrade...
[X86] Pre-allocate some of the shuffle mask SmallVectors in the auto upgrade code instead of calling push_back in a loop. This removes the need to check if the vector needs to grow on each iteration. llvm-svn: 272501
Loading
Please sign in to comment