[LLVMdev] Bitcode Instruction ID

Duncan Sands baldrick at free.fr
Thu Jun 14 00:19:07 PDT 2012


Hi César,

> I'm modifying the LLI interpreter to count the number of times that
> each instruction in a bitcode file is interpreted, however to do this
> I need to assign an identifier to each instruction in the file. Is
> there currently any kind of instruction ID that I could use to solve
> this?

yes, the address of the instruction.

Ciao, Duncan.



More information about the llvm-dev mailing list