Displaying 6 results from an estimated 6 matches for "anubham".
Did you mean:
anubhav
2006 Mar 03
1
[LLVMdev] printing constants
...d int Y, 1
> Z = mul int X, 17
while I iterate over the operands of the first
instruction i want to print the variable x ,as well as
the constant 1 and while i iterate over the second
instruction i want to print variable x and constant
17.
what should I do?
thanking you,
yours sincerely,
anubham suresh
TU-Darmstadt
--- llvmdev-request at cs.uiuc.edu wrote:
> Send LLVMdev mailing list submissions to
> llvmdev at cs.uiuc.edu
>
> To subscribe or unsubscribe via the World Wide Web,
> visit
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
> or, via email, send a me...
2006 Mar 02
1
[LLVMdev] Re: LLVMdev Digest, Vol 21, Issue 2
...within a basic block .
I am able to print the vaiables but not the
constants.
Can you please tell me how to get the constants
printed out while iterating over the instructions
because the constants do not have names as the
variables do( like temp12,temp131 etc.,).
thanking you,
yours sincerely
anubham suresh
TU-Darmstadt
Germany
Anubham Suresh
Measurement and Instrumentation
Electrical Department
IIT Roorkee
Current location:Darmstadt, Germany
mobile: +49-1762-3924878
__________________________________________________________
Yahoo! India Matrimony: Find your partner now. Go to http://y...
2006 Mar 21
1
[LLVMdev] Re: LLVMdev Digest, Vol 21, Issue 27
Sir,
I am using LLVM Compiler for my Maters Dissertation
work.
So I want to include one chapter on LLVM in my report.
Can I copy some of the figures from your documentation
which is available on the net and keep them in my work
?
thanking you,
yours sincerely,
Suresh Anubham
TU-Darmstadt
Germany
Anubham Suresh
Measurement and Instrumentation
Electrical Department
IIT Roorkee
Current location:Darmstadt, Germany
mobile: +49-1762-3924878
__________________________________________________________
Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.s...
2006 Feb 15
2
[LLVMdev] question-TUD, germany
...h are on the
RHS are operands and the terms i,j which are on the
LHS are users.
so what i mean is:
is there any chance to find whether a value is used as
an user whithin the instructions of a basic block
without iterating over all the instructions and
(variables in instructions) in that block.
Anubham Suresh
Measurement and Instrumentation
Electrical Department
IIT Roorkee
Current location:Darmstadt, Germany
mobile: +49-1762-3924878
__________________________________________________________
Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com
2006 Mar 03
1
[LLVMdev] printing constants
...uot;;
}
but by using this i am able to print the variables
but not the constants .I am also able to print the
type of the constant but not the constant value.i am
getting a empty space for the constant.What should I
do for getting the constant printed out?
thanking you,
yours sincerely,
suresh anubham
tu darmstadt
germany
--- llvmdev-request at cs.uiuc.edu wrote:
> Send LLVMdev mailing list submissions to
> llvmdev at cs.uiuc.edu
>
> To subscribe or unsubscribe via the World Wide Web,
> visit
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
> or, via email, send a m...
2006 Feb 15
0
[LLVMdev] question-TUD, germany
On Wed, 2006-02-15 at 04:29, anubham suresh wrote:
> hi everyone,
> here i have a question:
> is there any chance in llvm intermediate
> representation to compare whether a operand (ie a
> value) is used as a user without iterating over all
> the instructions in a basic block.
> i will explain this with an exampl...