Displaying 3 results from an estimated 3 matches for "c0e591aa".
2011 Mar 17
0
[LLVMdev] Operating on contents of virtual registers
On Wed, Mar 16, 2011 at 6:00 PM, Ashay Rane <ashay.rane at asu.edu> wrote:
> Hello,
> I was facing some difficulty in implementing a transform and I was wondering
> if I could get some help please.
> The transform needs to operate on the operands of certain instructions. For
> example, given an instruction, say "%10 = load i32* %9, align 4", I have to
> record the
2011 Mar 17
2
[LLVMdev] Operating on contents of virtual registers
Hello,
I was facing some difficulty in implementing a transform and I was wondering
if I could get some help please.
The transform needs to operate on the operands of certain instructions. For
example, given an instruction, say "%10 = load i32* %9, align 4", I have to
record the value of %9 and process it. Of course, this is only possible at
runtime and so I am instrumenting the code
2011 Mar 17
2
[LLVMdev] Operating on contents of virtual registers
...ll is fine; making your own instruction
> or intrinsic wouldn't make things any simpler. There aren't any
> shortcuts here.
>
> -Eli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110316/c0e591aa/attachment.html>