[llvm-dev] Add Call instruction in IR for a non-existing function

fateme Hoseini via llvm-dev llvm-dev at lists.llvm.org
Tue Apr 5 13:28:18 PDT 2016


Hello everyone,
I am trying to add checkpoints to my IR code. In order to do that I need to
add this instruction:
call void @m5_checkpoint(i64 0, i64 0)
to some of the basic blocks in my benchmark.
m5_checkpoint is a function defined for checkpointing in another simulator
and is not included in my benchmark source code. So I need to create this
instruction and I couldn't figure out how to do this by reading the manual.
I will appreciate if anyone can help me .
Regards,
Fami
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160405/120592d6/attachment.html>


More information about the llvm-dev mailing list