]> granicus.if.org Git - llvm/commit
[X86] Pre-size some SmallVectors using the constructor in the shuffle lowering code...
authorCraig Topper <craig.topper@gmail.com>
Thu, 16 Jun 2016 03:58:45 +0000 (03:58 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 16 Jun 2016 03:58:45 +0000 (03:58 +0000)
commit2ad3ede66cae35a416ccd71bb0561c89da3463fe
tree023a256f105057c1e4de372ba9cdf73c4a1ee991
parent0a2f9f951447087f13f0f477c1a8f0717e5a8e2b
[X86] Pre-size some SmallVectors using the constructor in the shuffle lowering code instead of using push_back. Some of these already did this but used resize or assign instead of the constructor. NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272872 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp