Displaying 2 results from an estimated 2 matches for "b9e13d4a".
2009 May 30
0
[LLVMdev] Value liveout (uses)
...I don't
know what you mean by "which value" beyond that, and I don't know what
you mean
by "in binary instruction".
John.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090530/b9e13d4a/attachment.html>
2009 May 30
4
[LLVMdev] Value liveout (uses)
Thank you.
Is it possible to determine the liveout of the operands (see example bellow)
?
%5 = add i32 %4, %3
For '%5': i can simply use " i->isUsedOutsideOfBlock() "
For '%3' and '%4' : this is the question ...
>From your answer, is it possible to determine *which* value is liveout ( in
binary instruction)?
On Sat, May 30, 2009 at 2:57 AM,