[llvm-dev] [RFC] Add IR level interprocedural outliner for code size.

Joerg Sonnenberger via llvm-dev llvm-dev at lists.llvm.org
Tue Jul 25 05:16:35 PDT 2017


On Mon, Jul 24, 2017 at 09:02:55PM -0700, Sean Silva via llvm-dev wrote:
> Do we have a way to get an instruction's exact encoded length for the MIR
> outliner?

I don't think we have to go that far. A heuristic based on the immediate
argument should be enough.

Joerg


More information about the llvm-dev mailing list