search for: f06d3fe1

Displaying 3 results from an estimated 3 matches for "f06d3fe1".

2012 Aug 02
2
[LLVMdev] Adding Value to use_list of instruction
I'd like to add a value to a use_list of a new instruction that I am inserting, is this possible? I was looking at using Value::addUse(Use&), however, this doesn't take a value, it takes a Use, so I need to pass the value as a use somehow? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Aug 02
0
[LLVMdev] Adding Value to use_list of instruction
On Thu, Aug 2, 2012 at 2:52 PM, Ryan Taylor <ryta1203 at gmail.com> wrote: > I'd like to add a value to a use_list of a new instruction that I am > inserting, is this possible? > > I was looking at using Value::addUse(Use&), however, this doesn't take a > value, it takes a Use, so I need to pass the value as a use somehow? You normally shouldn't need to mess
2012 Aug 02
1
[LLVMdev] Adding Value to use_list of instruction
...he value as a use somehow? > > You normally shouldn't need to mess with use-lists directly; what are > you trying to do? > > -Eli > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120802/f06d3fe1/attachment.html>