[LLVMdev] Removing Intrinsic Functions

Ryan Taylor ryta1203 at gmail.com
Wed Mar 28 16:08:38 PDT 2012


There are a few instrinsic functions I would like to remove, is this
possible? For example, the llvm.lifetime and llvm.dbg instrinsics?

You can't simply iterate over the funciton and remove the call
instructions, this causes issues. Is there a known structured way of doing
this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120328/4b32c738/attachment.html>


More information about the llvm-dev mailing list