[LLVMdev] Optimization of landing pads

Vadim Chugunov vadimcn at gmail.com
Thu Nov 6 13:58:46 PST 2014


Hi,
I am seeing that LLVM optimizer often inlines functions called from landing
pads.
- Is this expected?   I thought that landing pads were always considered to
be on the "cold" path...
- Is there any way to discourage inlining in landing pads and optimize them
for size?

thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141106/1c183f0d/attachment.html>


More information about the llvm-dev mailing list