[llvm-dev] extern calls interfere with optimizations

james faure via llvm-dev llvm-dev at lists.llvm.org
Sun Sep 20 09:07:34 PDT 2020


Hi,
I have a frontend that could insert many calls to an external threading library, my problem is that would interfere with optimizations, particularly the inliner.

Is there some way to do this ?
I've considered leaving textual markers in function names, is that a legitimate solution ?

James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200920/7b869ebe/attachment.html>


More information about the llvm-dev mailing list