[LLVMdev] How to use INC64m instruction in X86-64?

Alex S alexmountain13 at gmail.com
Wed Sep 17 19:56:11 PDT 2014


Hi all,

Sorry to interrupt those not interested. I inserted an INC64m instruction
in the program after register
allocation in the backend. However, the program will get aborted or run in
dead loop.

I wonder whether this instruction will change register file so that my
program get aborted?

By the way, I wonder whether there are any methods that I can instrument
the program after register
allocation so that I can count the number of certain instruction
dynamically?


Thanks,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140917/664a4d58/attachment.html>


More information about the llvm-dev mailing list