<div dir="ltr"><div>Hello,</div><div><br></div><div>Hopefully this is the correct place for this sort of question. I have been trying to do some simple instrumentation of LLVM IR, and I have been confused by the return type of alloca. When passing an AllocaInst as a parameter to a function call, the parameter type is i32**, which is not what I would expect. Really I would like the address of the allocated memory. What am I missing? And is it possible to represent the result of alloca as an integer? Thanks for any help.</div><div><br></div><div>Cheers,</div><div><br></div><div>Avery<br></div></div>