search for: b906b038

Displaying 3 results from an estimated 3 matches for "b906b038".

2006 Apr 26
0
[LLVMdev] finding implicit casts
On Tue, 25 Apr 2006, John Trimble wrote: > I'm trying to find all the implicit casts in a program compiled with > llvm-gcc. I'm not sure exactly what you're trying to do here. In particular, llvm-gcc will turn any casts that are implicit in the C code into explicit casts in the LLVM... which means that there is no good way to tell the difference between an implicit or
2006 Apr 26
1
[LLVMdev] finding implicit casts
...u http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -- John Trimble Research Assistant University of Arizona -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060425/b906b038/attachment.html>
2006 Apr 26
2
[LLVMdev] finding implicit casts
I'm trying to find all the implicit casts in a program compiled with llvm-gcc. What I've been doing is for each function taking all the instruction and going through each of their operands (and the opreands of their operands etc...) and checking to see if any are an instance of UnaryConstantExpr. When I encounter such an instance, I determine whether the type of that value and its 0th