search for: bhavi63

Displaying 20 results from an estimated 31 matches for "bhavi63".

2008 Oct 27
3
[LLVMdev] Is it possible to use EE within optimization pass?
...ine.o without causing the multiple registration error. thanks, Bhavani --- On Mon, 10/27/08, John Criswell <criswell at cs.uiuc.edu> wrote: > From: John Criswell <criswell at cs.uiuc.edu> > Subject: Re: [LLVMdev] Is it possible to use EE within optimization pass? > To: "bhavi63 at yahoo.com" <bhavi63 at yahoo.com>, "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Date: Monday, October 27, 2008, 3:01 PM > bhavani krishnan wrote: > > Hi all, > > > > I am repeating my question from yesterday coz I need > to find...
2008 Oct 27
2
[LLVMdev] Is it possible to use EE within optimization pass?
...stion is clear now. Sorry for repeating so many times. thanks, Bhavani --- On Mon, 10/27/08, John Criswell <criswell at cs.uiuc.edu> wrote: > From: John Criswell <criswell at cs.uiuc.edu> > Subject: Re: [LLVMdev] Is it possible to use EE within optimization pass? > To: "bhavi63 at yahoo.com" <bhavi63 at yahoo.com> > Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Date: Monday, October 27, 2008, 3:22 PM > bhavani krishnan wrote: > > Thanks John! My pass is registered only in 1 cpp file. > It registers and executes...
2008 Oct 27
0
[LLVMdev] Is it possible to use EE within optimization pass?
...-- John T. > thanks, > Bhavani > > --- On Mon, 10/27/08, John Criswell <criswell at cs.uiuc.edu> wrote: > > >> From: John Criswell <criswell at cs.uiuc.edu> >> Subject: Re: [LLVMdev] Is it possible to use EE within optimization pass? >> To: "bhavi63 at yahoo.com" <bhavi63 at yahoo.com>, "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> >> Date: Monday, October 27, 2008, 3:01 PM >> bhavani krishnan wrote: >> >>> Hi all, >>> >>> I am repeating my question from yes...
2008 Nov 17
1
[LLVMdev] How do I get the result of an instruction?
ok. I think I get it now. I need to create the instructions as you have given. For eg: I could pass Instruction*(for storing the result of this instruction) while creating the store instruction. This is what you meant rite?? Thanks, Bhavani --- On Mon, 11/17/08, bhavani krishnan <bhavi63 at yahoo.com> wrote: > From: bhavani krishnan <bhavi63 at yahoo.com> > Subject: Re: [LLVMdev] How do I get the result of an instruction? > To: "Eli Friedman" <eli.friedman at gmail.com> > Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu&g...
2008 Nov 15
2
[LLVMdev] How do I get the result of an instruction?
...basically need to store the results of some instructions in a file. Thanks, Bhavani --- On Sun, 11/16/08, John Criswell <criswell at uiuc.edu> wrote: > From: John Criswell <criswell at uiuc.edu> > Subject: Re: [LLVMdev] How do I get the result of an instruction? > To: "bhavi63 at yahoo.com" <bhavi63 at yahoo.com>, "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Date: Sunday, November 16, 2008, 10:55 AM > bhavani krishnan wrote: > > Hi all, > > > > I probably have a stupid question but I could not find > out...
2008 Oct 27
0
[LLVMdev] Is it possible to use EE within optimization pass?
...ick Lewycky > thanks, > Bhavani > > > --- On Mon, 10/27/08, John Criswell <criswell at cs.uiuc.edu> wrote: > >> From: John Criswell <criswell at cs.uiuc.edu> >> Subject: Re: [LLVMdev] Is it possible to use EE within optimization pass? >> To: "bhavi63 at yahoo.com" <bhavi63 at yahoo.com> >> Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> >> Date: Monday, October 27, 2008, 3:22 PM >> bhavani krishnan wrote: >>> Thanks John! My pass is registered only in 1 cpp file. >> It regi...
2008 Nov 17
1
[LLVMdev] Assertion `InReg && "Value not in map!"' failed
...ruction I have added to the function. How do I fix this now :(? Thanks, Bhavani --- On Mon, 11/17/08, Nick Lewycky <nicholas at mxc.ca> wrote: > From: Nick Lewycky <nicholas at mxc.ca> > Subject: Re: Assertion `InReg && "Value not in map!"' failed > To: bhavi63 at yahoo.com > Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Date: Monday, November 17, 2008, 6:17 AM > bhavani krishnan wrote: > > Ah! I get it now. Thanks a lot ! > > I changed it to > BitCastInst(AI,VoidPtrTy,"",j); > > &gt...
2008 Nov 17
1
[LLVMdev] Assertion `InReg && "Value not in map!"' failed
...out. Appreciate any help! Thanks, Bhavani --- On Mon, 11/17/08, Nick Lewycky <nicholas at mxc.ca> wrote: > From: Nick Lewycky <nicholas at mxc.ca> > Subject: Re: [LLVMdev] Assertion `castIsValid(getOpcode(), S, Ty) && "Illegal BitCast"' failed. > To: bhavi63 at yahoo.com, "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Date: Monday, November 17, 2008, 5:54 AM > bhavani krishnan wrote: > > ok.. So I am trying out what you have suggested. I > have written the below code which basically tries to write > the cons...
2008 Nov 17
2
[LLVMdev] Assertion `castIsValid(getOpcode(), S, Ty) && "Illegal BitCast"' failed.
...ck badly when these assertions fail :(. Please help me out here. Thanks, Bhavani --- On Sun, 11/16/08, Eli Friedman <eli.friedman at gmail.com> wrote: > From: Eli Friedman <eli.friedman at gmail.com> > Subject: Re: [LLVMdev] How do I get the result of an instruction? > To: bhavi63 at yahoo.com > Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>, "John Criswell" <criswell at uiuc.edu> > Date: Sunday, November 16, 2008, 9:22 PM > On Sun, Nov 16, 2008 at 7:54 AM, bhavani krishnan > <bhavi63 at yahoo.com> wrote: > &g...
2008 Nov 17
0
[LLVMdev] Assertion `InReg && "Value not in map!"' failed
...ing passed to the function? Any ideas as to what could be wrong? Thanks, Bhavani --- On Mon, 11/17/08, Nick Lewycky <nicholas at mxc.ca> wrote: > From: Nick Lewycky <nicholas at mxc.ca> > Subject: Re: Assertion `InReg && "Value not in map!"' failed > To: bhavi63 at yahoo.com > Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Date: Monday, November 17, 2008, 6:51 AM > bhavani krishnan wrote: > > Thanks Nick! ok. I ran through the verifier and this > is the issue: > > verifying... Instruction does not domi...
2008 Nov 16
0
[LLVMdev] How do I get the result of an instruction?
On Sat, Nov 15, 2008 at 3:58 PM, bhavani krishnan <bhavi63 at yahoo.com> wrote: > Thanks! > > How do I cast the result to a string? I basically need to store the results of some instructions in a file. If you're confused about how the IR works, http://llvm.org/demo/ can be useful. The question you're asking doesn't really seem to...
2008 Dec 01
1
[LLVMdev] Question in LLVM IR
Thanks! How do I disable the optimizations?? Bhavani --- On Mon, 12/1/08, Eli Friedman <eli.friedman at gmail.com> wrote: > From: Eli Friedman <eli.friedman at gmail.com> > Subject: Re: [LLVMdev] Question in LLVM IR > To: bhavi63 at yahoo.com, "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Date: Monday, December 1, 2008, 3:48 AM > On Sun, Nov 30, 2008 at 7:38 PM, bhavani krishnan > <bhavi63 at yahoo.com> wrote: > > Hi all, > > > > I observed the nature of the LLVM...
2008 Nov 15
3
[LLVMdev] How do I get the result of an instruction?
Hi all, I probably have a stupid question but I could not find out so please help me out here. I can use getOperand to get the operands of an instruction. Similarly, How do I get the result of an instruction? Thanks, Bhavani
2008 Dec 01
0
[LLVMdev] Question in LLVM IR
On Sun, Nov 30, 2008 at 7:38 PM, bhavani krishnan <bhavi63 at yahoo.com> wrote: > Hi all, > > I observed the nature of the LLVM IR and because of the SSA form, it does not preserve function local variable names (like it preserves function argument names). Is there any way to track these local variables? > > Basically what I am doing is in...
2008 Nov 16
1
[LLVMdev] How do I get the result of an instruction?
...har * which can be passed into the function? Hope this is clear. Thanks, Bhavani --- On Sun, 11/16/08, Eli Friedman <eli.friedman at gmail.com> wrote: > From: Eli Friedman <eli.friedman at gmail.com> > Subject: Re: [LLVMdev] How do I get the result of an instruction? > To: bhavi63 at yahoo.com, "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Cc: "John Criswell" <criswell at uiuc.edu> > Date: Sunday, November 16, 2008, 6:35 AM > On Sat, Nov 15, 2008 at 3:58 PM, bhavani krishnan > <bhavi63 at yahoo.com> wrote: > &g...
2008 Dec 01
2
[LLVMdev] Question in LLVM IR
Hi all, I observed the nature of the LLVM IR and because of the SSA form, it does not preserve function local variable names (like it preserves function argument names). Is there any way to track these local variables? Basically what I am doing is interpreting the IR against an abstract machien where I need to store the value of each program variable at any instance. Here I would get values for
2008 Nov 16
0
[LLVMdev] How do I get the result of an instruction?
bhavani krishnan wrote: > Hi all, > > I probably have a stupid question but I could not find out so please help me out here. I can use getOperand to get the operands of an instruction. Similarly, How do I get the result of an instruction? > The instruction itself is its result. For example, if I wanted to generate code that does a getlemeneptr instruction (GEP) and then uses the
2008 Nov 17
0
[LLVMdev] How do I get the result of an instruction?
...get the result of the instruction? Am I missing something here? Thanks, Bhavani --- On Sun, 11/16/08, Eli Friedman <eli.friedman at gmail.com> wrote: > From: Eli Friedman <eli.friedman at gmail.com> > Subject: Re: [LLVMdev] How do I get the result of an instruction? > To: bhavi63 at yahoo.com > Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>, "John Criswell" <criswell at uiuc.edu> > Date: Sunday, November 16, 2008, 9:22 PM > On Sun, Nov 16, 2008 at 7:54 AM, bhavani krishnan > <bhavi63 at yahoo.com> wrote: > &g...
2008 Nov 17
0
[LLVMdev] Assertion `castIsValid(getOpcode(), S, Ty) && "Illegal BitCast"' faile
...s a lot for solving my problem yet again :) --- On Mon, 11/17/08, Eli Friedman <eli.friedman at gmail.com> wrote: > From: Eli Friedman <eli.friedman at gmail.com> > Subject: Re: Assertion `castIsValid(getOpcode(), S, Ty) && "Illegal BitCast"' faile > To: bhavi63 at yahoo.com > Date: Monday, November 17, 2008, 6:04 AM > On Sun, Nov 16, 2008 at 9:53 PM, bhavani krishnan > <bhavi63 at yahoo.com> wrote: > > Ah! I get it now.. thanks a lot Eli! > > > > I changed it to > BitCastInst(AI,VoidPtrTy,"",j); > > >...
2008 Oct 26
1
[LLVMdev] Error while creating ExecutionEngine
...C can be loaded -load request ignored. Any ideas?? Please help me out here. Thanks, Bhavani --- On Sun, 10/26/08, Bill Wendling <isanbard at gmail.com> wrote: > From: Bill Wendling <isanbard at gmail.com> > Subject: Re: [LLVMdev] Error while creating ExecutionEngine > To: bhavi63 at yahoo.com, "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Date: Sunday, October 26, 2008, 6:46 AM > On Oct 25, 2008, at 9:51 PM, bhavani krishnan wrote: > > > Hi, > > > > I am completely new to llvm. I am trying to build an > optimization...