search for: 3944d8ab

Displaying 2 results from an estimated 2 matches for "3944d8ab".

Did you mean: 344d89b
2010 Apr 06
0
[LLVMdev] How to get the left-hand operand of an instruction?
Hi Qiuping yi, > I am a new novice of LLVM, and I want know how to get the left-hand > operand of an instruction? > > For example: > how to get the %temp2 operand in the next instruction: > > %temp2 = malloc i8, i32 %n there is no left-hand side, temp2 is just a name for the instruction. Since the LLVM IR is in SSA form, registers have exactly one definition, and thus there
2010 Apr 06
3
[LLVMdev] How to get the left-hand operand of an instruction?
Hi, I am a new novice of LLVM, and I want know how to get the left-hand operand of an instruction? For example: how to get the %temp2 operand in the next instruction: %temp2 = malloc i8, i32 %n Thanks a lot! Best Regards! -------------- next part -------------- An HTML attachment was scrubbed... URL: