search for: d762cc5c

Displaying 2 results from an estimated 2 matches for "d762cc5c".

2019 Jul 27
2
Efficient way to identify an instruction
Hi all, I would like to understand if there is an efficient way to identify the instruction that "created" a specific variable. For example, define i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca %struct._IO_FILE*, align 8 %3 = alloca [40 x i8], align 16 store i32 0, i32* %1, align 4 %4 = call %struct._IO_FILE* @fopen(i8* getelementptr inbounds ([51 x i8], [51 x i8]*
2019 Jul 28
2
Efficient way to identify an instruction
...ght I.getOperand(0) was a reference to the instruction that have created %12. What am I missing? > Cheers. > > Tim. > Thanks again Alberto -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190728/d762cc5c/attachment.html>