Displaying 3 results from an estimated 3 matches for "1b24aa79".
2011 Mar 28
0
[LLVMdev] array index access
Hi George,
> For this example,
> getelementptr inbounds [10 x [20 x i32]]* %3, i32 0, i32 %M, i32 %N
> I am trying to retrieve %N and instrument the program to see if the value
> pointed to by %N exceeds the array bound (10). I assume that
> %N will be associated with a load instruction. I have searched through
> all the tutorials etc. and still have no clue as to how to
2011 Mar 28
2
[LLVMdev] array index access
Hi Duncan,
For this example,
getelementptr inbounds [10 x [20 x i32]]* %3, i32 0, i32 %M, i32 %N
I am trying to retrieve %N and instrument the program to see if the value
pointed to by %N exceeds the array bound (10). I assume that
%N will be associated with a load instruction. I have searched through
all the tutorials etc. and still have no clue as to how to do this, that
is,
get the value
2011 Mar 28
2
[LLVMdev] array index access
...t cs.uiuc.edu>
>> http://llvm.cs.uiuc.edu
>>
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>>
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110328/1b24aa79/attachment.html>