Displaying 1 result from an estimated 1 matches for "target_load_instruct".
2013 Jan 21
2
[LLVMdev] llvm alloca dependencies
...on ! So its depending on itself, that being weird since
it is using a variable that is previously defined in the code.
I also was no able to use DependenceAnalysis::depends() or getSrc() etc.
The alternative of making the intersection for identifying common parts
between all the variables used by target_load_instructions and all the
allocated variables is not an option. Because there might be something like
: `alloca(a) ... c=a*b+4 .... load(c)`.
Thank you for any suggestion !
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachment...