]> granicus.if.org Git - llvm/commit
[llvm-exegesis] deserializeMCInst(): bump SmallVector small size up to 16
authorRoman Lebedev <lebedev.ri@gmail.com>
Mon, 4 Feb 2019 09:12:13 +0000 (09:12 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Mon, 4 Feb 2019 09:12:13 +0000 (09:12 +0000)
commit6483d8a574ca2adde2041b35dd9b3aeec34cde73
tree2244251d414e8fd5f2a0d9dc0792e652b4cca181
parent7bbe219e0a39d21f348057daa222569378ac3124
[llvm-exegesis] deserializeMCInst(): bump SmallVector small size up to 16

Summary:
... from 8.
`VALIGNDZ128rmbik XMM0 XMM0 K1 XMM3 RDI i_0x1  i_0x0  i_0x1` instruction already has 9 components.
It does not matter much in terms of performance, but avoiding allocation seems to come with low cost here..

Reviewers: courbet, gchatelet

Reviewed By: courbet

Subscribers: tschuett, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D57654

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353022 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-exegesis/lib/BenchmarkResult.cpp