[PATCH] D145792: [X86][MC] Emit instructions into SmallVector
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 10 07:17:02 PST 2023
RKSimon added a comment.
It'd be very useful to know why replacing raw_svector_ostream (which is really just a SmallVectorImpl<char> wrapper itself) is so much slower than using SmallVector directly
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145792/new/
https://reviews.llvm.org/D145792
More information about the llvm-commits
mailing list