search for: jliu7

Displaying 4 results from an estimated 4 matches for "jliu7".

Did you mean: jlist
2002 Sep 28
0
[LLVMdev] Re: an error
dyn_cast<> will return NULL if i is not an AllocationInst object. --Vikram http://www.cs.uiuc.edu/~vadve > From: Jianzhong Liu <jliu7 at uiuc.edu> > Sender: jliu7 at cs.uiuc.edu > Date: Sat, 28 Sep 2002 17:00:04 -0500 > Subject: an error > > I keep getting a core dump error for: > > ... > const Type *opType = (dyn_cast<AllocationInst>(i))->getAllocatedType(); > if(isa<StructType>(opT...
2002 Sep 28
1
[LLVMdev] array?
How should we deal with arrays in a structure? should we transform each element of this array to a scalar? Should we consider that the elements of the array are also structure? Thanks! Jianzhong
2002 Nov 17
3
[LLVMdev] Re: gdb for llvm
> I don't know how to use gdb for llvm. I follow the manual. But > $gdb opt > can't load opt. I got: > "/usr/dcs/projects/cs426/jliu7/llvm/tools/Debug/opt": not in executable > format: File format not recognized Try one of "gdb64" or "gdb-64". -Chris -- http://llvm.cs.uiuc.edu/ http://www.nondot.org/~sabre/Projects/
2002 Sep 27
3
[LLVMdev] setCC
what's the semantics for setCC if one of the operands is NULL pointer? %ptr=alloc int seteq int*, %pt, NULL what's the result for the second instruction? How about setne, setlt, setgt, setle, and setge? Thanks! Jianzhong