Displaying 3 results from an estimated 3 matches for "vaindam".
Did you mean:
vaidas
2012 Apr 19
3
[LLVMdev] def-use chains and use-def chains
...for finding the places where a variable is reaching?
I tried to use "use_iterator", but couldn't make it out. Is it a must to
write LLVM Pass to use op_iterator and use_iterator?
please give me any references or examples to understand more about
use_iterator.
Best Regards,
Srikanth Vaindam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120419/a5ee85ed/attachment.html>
2012 Apr 20
0
[LLVMdev] def-use chains and use-def chains
Hi Duncan Sands,
I frankly don't know what a variable gets converted to (SSA register or
memory chunk). What I meant is, for example
I1: int i, j=10; I2: scanf("%d", &j); I3: i = j + 1;
Here I want to know whether the value of j in I1 reaches I3 or not.
Best Regards,
Srikanth Vaindam
you didn't define what you mean by a variable. LLVM has virtual registers
which
are always in SSA form, and memory (such as created by an AllocaInst). By
a
"variable" do you mean an SSA register, or do you mean a chunk of memory?
Ciao, Duncan.
On Thu, Apr 19, 2012 at 11:35 AM, s...
2013 Aug 06
0
[LLVMdev] I just signed “Shri. Manmohan Singh, Prime Minister - Government of India : Save RTI Act from Amendments ”
.../www.change.org/en-IN/petitions/shri-manmohan-singh-prime-minister-government-of-india-save-rti-act-from-amendments?share_id=seLrWcjhlK&utm_source=share_petition&utm_medium=email&utm_campaign=petition_invitation
Thanks!
srikanth
You're receiving this message because srikanth vaindam sent you an email through Change.org's petition sharing tool. Change.org has not stored your email address. If you believe you have received this message in error, respond directly to srikanth vaindam at srikanth.vaindam at gmail.com.
-------------- next part --------------
An HTML attachm...