[llvm-dev] How to get the destination in a LoadInst

Michael Kruse via llvm-dev llvm-dev at lists.llvm.org
Wed Dec 12 14:40:48 PST 2018


Am Mi., 12. Dez. 2018 um 12:24 Uhr schrieb Alberto Barbaro via
llvm-dev <llvm-dev at lists.llvm.org>:
> 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?

Once you have a 'reference to %5' what do you intend to do with it?
This might help to understand question.

Michael


More information about the llvm-dev mailing list