[llvm-dev] llvm outlining question

Tom Chen via llvm-dev llvm-dev at lists.llvm.org
Tue Apr 12 13:24:08 PDT 2016


Does this do what you want
http://llvm.org/docs/doxygen/html/classllvm_1_1CodeExtractor.html?

2016-04-12 14:58 GMT-05:00 Minghwa Wang via llvm-dev <
llvm-dev at lists.llvm.org>:

> 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
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160412/972e6574/attachment.html>


More information about the llvm-dev mailing list