Displaying 3 results from an estimated 3 matches for "tp56572p56591".
Did you mean:
tp56572p56579
2013 Apr 09
3
[LLVMdev] get the identifies of the unnamed temporaries from the instruction of LLVM IR
hi, Duncan,
thank you for your reply;
instruction "i->getOperand(0)->dump()" may print the %4 in the screen, but
how can i store it in a variable like char * oprand="%4" ?
--
View this message in context: http://llvm.1065342.n5.nabble.com/get-the-identifies-of-the-unnamed-temporaries-from-the-instruction-of-LLVM-IR-tp56572p56588.html
Sent from the LLVM - Dev mailing
2013 Apr 09
0
[LLVMdev] get the identifies of the unnamed temporaries from the instruction of LLVM IR
On Tue, Apr 9, 2013 at 12:47 PM, Dong Chen <jameschennerd at gmail.com> wrote:
> hi, Duncan,
> thank you for your reply;
> instruction "i->getOperand(0)->dump()" may print the %4 in the screen, but
> how can i store it in a variable like char * oprand="%4" ?
>
>
2013 Apr 09
2
[LLVMdev] get the identifies of the unnamed temporaries from the instruction of LLVM IR
...e must be a way to determinate it. if "dump()" instruction can print
it on the screen, can i find some way to store it in a char * variable?
--
View this message in context: http://llvm.1065342.n5.nabble.com/get-the-identifies-of-the-unnamed-temporaries-from-the-instruction-of-LLVM-IR-tp56572p56591.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.