This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis] deserializeMCInst(): bump SmallVector small size up to 16
ClosedPublic

Authored by lebedev.ri on Feb 3 2019, 8:15 AM.

Details

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..

Diff Detail

Repository
rL LLVM

Event Timeline

lebedev.ri created this revision.Feb 3 2019, 8:15 AM
courbet accepted this revision.Feb 4 2019, 12:30 AM
This revision is now accepted and ready to land.Feb 4 2019, 12:30 AM

Thank you for the review!

This revision was automatically updated to reflect the committed changes.