[PATCH] D145792: [X86][MC] Emit instructions into SmallVector

Alexis Engelke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 07:30:34 PST 2023


aengelke added a comment.

It essentially boils down to having function calls for every written byte, which adds up. I haven't tested with (Thin)LTO yet, but a quick glance at the disassembly of a Fedora-built LLVM (which uses ThinLTO) seems to indicate that such function calls are not eliminated.


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