Displaying 4 results from an estimated 4 matches for "doexp".
Did you mean:
dexp
2008 Apr 12
0
[LLVMdev] Bitwidth analysis?
We have a bitwidth analysis that can be downloaded. It is not in LLVM.
There should be a link in the paper:
http://www.cs.utah.edu/~regehr/papers/pldi075-cooprider.pdf
John Regehr
2008 Apr 12
1
[LLVMdev] Bitwidth analysis?
...t/small1/func.c -otest/small1/func.o
gcc -D_GNUCC -E -DCIL=1 test/small1/func.c -o /tmp/cil-UGzNLDHj.i
/project/fernando/cil-cXprop/obj/x86_LINUX/cilly.asm.exe --out
/tmp/cil-WsGP4BtF.cil.c /tmp/cil-UGzNLDHj.i
test/small1/func.c:17: Bug: unrollType failed in castTo
Context : 2cil: foo
error in doExp (Errormsg.Error)
Error: Cabs2cil had some errors
Fatal error: exception Errormsg.Error
make[1]: *** [test/func] Error 2
make[1]: Leaving directory `/misc/project/fernando/cil-cXprop'
make: *** [check] Error 2
bash-3.1$ exit
exit
-----------------------------------------------------------------...
2008 Apr 09
4
[LLVMdev] Bitwidth analysis?
Hi, LLVMers,
has someone implemented bitwidth analysis for LLVM? I was looking for
something similar to the bitwise compiler described in
"Bidwidth analysis with application to silicon compilation, by Mark
Stephenson, Jonathan Babb and Saman Amarasinghe"
e.g.: http://portal.acm.org/citation.cfm?id=349299.349317
all the best,
Fernando
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...then277.i
%ndigs.2.i = phi i32 [ %sub284.i, %if.then282.i ], [ %.ndigs.0.i, %if.then277.i ]
%s.0.i = phi i8* [ %incdec.ptr283.i, %if.then282.i ], [ %incdec.ptr279.i, %if.then277.i ]
%add286.i = add nsw i32 %expon.11.lcssa.i, 1
%cmp287.i = icmp slt i32 %ndigs.2.i, 0
br i1 %cmp287.i, label %doexp.i, label %for.body302.lr.ph.i
if.end298.i: ; preds = %while.end260.i
%add294.i = add nsw i32 %digit.0.lcssa.i, 48
%conv295.i = trunc i32 %add294.i to i8
%incdec.ptr296.i = getelementptr inbounds [57 x i8]* %outbuf, i32 0, i32 2
store i8 %conv295.i, i8*...