[llvm-dev] llvm outlining question

Minghwa Wang via llvm-dev llvm-dev at lists.llvm.org
Tue Apr 12 12:58:06 PDT 2016


Is there any support for outlining in llvm?

As we know outlining is the opposite of inlining and while refactoring, if
we can outlining common code into functions, then function merge (supported
by llvm) can be more efficient in reducing code size.

If llvm support outlining, how to use it? Any documentation for it?

Thanks,
Ming-Hwa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160412/f6606a89/attachment.html>


More information about the llvm-dev mailing list