search for: 88b5fea3

Displaying 2 results from an estimated 2 matches for "88b5fea3".

2018 Dec 12
2
How to get the destination in a LoadInst
...> > Once you have a 'reference to %5' what do you intend to do with it? > This might help to understand question. > > Michael > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181212/88b5fea3/attachment.html>
2018 Dec 12
6
How to get the destination in a LoadInst
Hi all, I have %5 = load i32, i32* %3, align 4 LoadInst and I would like to get reference to the destination ( in this case %5 ). How can I do that? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181212/1d0bd00c/attachment.html>