Displaying 3 results from an estimated 3 matches for "showplace".
2011 Oct 13
0
[LLVMdev] BasicBlock succ iterator
...%0, align 4
%12 = load i32* %0, align 4
store i32 %12, i32* %retval, align 4
br label %return
fun main return
return: ; preds = %bb5
%retval6 = load i32* %retval
ret i32 %retval6
fun 1_subloop_0 new-entry
new-entry:
call void @showPlace()
%1 = bitcast i8* %0 to i64*
%2 = getelementptr i64* %1, i64 0
%j_val = load i64* %2, align 8
call void @showValue(i64 %j_val)
%3 = trunc i64 %j_val to i32
%4 = inttoptr i64 %j_val to i32*
%5 = getelementptr i64* %1, i64 1
%t_val = load i64* %5, align 8
call void @showValue(i64 %...
2005 Aug 25
0
Need someone to write a console application for us.
...tion with eventual
buyout.
The program can be in any language, ncurses/c, perl-ncurses,
php-ncurses anything you like just as long as it works and is somewhat
fast.
I would write this myself, but I don't have the time since we are
nearing deployment of all of the actual infrastructure for our
showplace client.
2011 Oct 13
6
[LLVMdev] BasicBlock succ iterator
Hi, All
I want to implement DSWP Which is used for parallelization of loops. For
this purpose, the loop was replaced with a new basic block in main function.
And new functions were created and basic blocks of Loop assigned to them.I
have checked blocks and branches for Succ and Pred relation and I have not
found any problems.
However I get the following error:
*
**opt: