Displaying 3 results from an estimated 3 matches for "7801552d".
2013 Apr 25
2
[LLVMdev] How to know if an instruction is "usable"
Is there an easy way to know if, at a certain instruction, a certain value
is usable or not? i.e., I am sure that if i use that value i don't to get
the error "Instruction does not dominate all uses!"
Thanks,
GT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130425/477fc259/attachment.html>
2013 Apr 25
0
[LLVMdev] How to know if an instruction is "usable"
On 4/25/2013 11:52 AM, Giacomo Tagliabue wrote:
> Is there an easy way to know if, at a certain instruction, a certain
> value is usable or not? i.e., I am sure that if i use that value i don't
> to get the error "Instruction does not dominate all uses!"
Check if the block containing the definition dominates the block where
you want to use the value. If this is the same
2013 Apr 25
2
[LLVMdev] How to know if an instruction is "usable"
...du http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130425/7801552d/attachment.html>