[LLVMdev] Getting the memory address of all operands on an expression

Abhinash Jain omnia at mailinator.com
Tue Jun 18 18:12:19 PDT 2013


In short if suppose i have some expression as a=b+c-d*e,  and with the help
of LLVM pass i want to make a string like this:-    

"[Hexadecimal address of 'b'] [opcode of +] [Hexadecimal address of 'c']
[opcode of -] [Hexadecimal address of 'd'] [opcode of *] [Hexadecimal
address of 'e']".

Than how can i make it................



--
View this message in context: http://llvm.1065342.n5.nabble.com/Getting-the-memory-address-of-all-operands-on-an-expression-tp58435p58616.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.



More information about the llvm-dev mailing list