[LLVMdev] unique id for a llvm Instruction

Duncan Sands baldrick at free.fr
Thu Aug 29 05:41:04 PDT 2013


Hi,

> i would like to ask, is there a way to get a unique id for each llvm instruction?

each instruction is accessed via a pointer.  The pointer is unique.

Ciao, Duncan.



More information about the llvm-dev mailing list