[LLVMdev] get the identifies of the unnamed temporaries from the instruction of LLVM IR

Dong Chen jameschennerd at gmail.com
Tue Apr 9 02:19:50 PDT 2013


hi, Duncan Sands:
thanks for your reply old friend.
the reason why I want to get the unnamed value is that I am doing some
analysis based on the IR code. And IR is in the form of SSA(static single
assignment). so i need to get the operands of each instructions including a
lot of instructions like this (%4 = mul nsw i32 %1, %width). 
the unnamed values are the connection of instructions, if i can't get that,
how can i know the dependency of the instructions?



--
View this message in context: http://llvm.1065342.n5.nabble.com/get-the-identifies-of-the-unnamed-temporaries-from-the-instruction-of-LLVM-IR-tp56572p56577.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.



More information about the llvm-dev mailing list