Displaying 2 results from an estimated 2 matches for "4ed04e58".
2018 Sep 20
2
Added AllocaInsts are relocated in stack
Hi there,
I am wondering how I can prevent the LLVM from re-ordering the added local
variables during instrumentation?
Because, during the instrumentation, I add some metadata to some local
variables, exactly next to it, and the generated bitcode looks good.
However, when it is executed, basically the stack is formed as all original
local variables are located next to each other, and then all the
2018 Sep 21
2
Added AllocaInsts are relocated in stack
...existing
> uses, and then your metadata handling would GEP into it before access
> to get to the right part.
>
> Cheers.
>
> Tim.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180921/4ed04e58/attachment.html>