Displaying 4 results from an estimated 4 matches for "i132".
Did you mean:
132
2010 Sep 29
0
[LLVMdev] spilling & xmm register usage
....i121.i
> %tmp36.i123.i = fadd float %tmp35.i122.i, 0x3FD470BF40000000
> %tmp37.i124.i = fmul float %tmp19.i106.i, %tmp36.i123.i
> %tmp38.i125.i = fsub float 1.000000e+00, %tmp37.i124.i
> %cmp.i128.i = fcmp olt float %tmp11.i.i, 0.000000e+00
> br i1 %cmp.i128.i, label %cond.then.i132.i, label %phi.exit138.i
>
> cond.then.i132.i: ; preds = %phi.exit69.i
> %tmp43.i131.i = fsub float 1.000000e+00, %tmp38.i125.i
> br label %phi.exit138.i
>
> phi.exit138.i: ; preds = %cond.then.i132.i, %phi.exit...
2010 Sep 29
3
[LLVMdev] spilling & xmm register usage
Hello everybody,
I have stumbled upon a test case (the attached module is a slightly
reduced version) that shows extremely reduced performance on linux
compared to windows when executed using LLVM's JIT.
We narrowed the problem down to the actual code being generated, the
source IR on both systems is the same.
Try compiling the attached module:
llc -O3 -filetype=asm -o BAD.s BAD.ll
Under
2009 Jan 21
2
Problem with text
How do I make this text bigger, hence more readable? (text is circled)
[Image: http://i132.photobucket.com/albums/q19/TiradeFaction/BeipMUtext.jpg ]
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...%cmp5.i129 = icmp eq i16 %20, 0
%incdec.ptr.i131 = getelementptr inbounds i16* %b, i32 1
br i1 %cmp5.i129, label %for.inc.i133, label %if.then3
for.inc.i133: ; preds = %for.cond.preheader.i130
%21 = load i16* %incdec.ptr.i131, align 2, !tbaa !5
%cmp5.1.i132 = icmp eq i16 %21, 0
br i1 %cmp5.1.i132, label %for.inc.1.i138, label %if.then3
for.inc.1.i138: ; preds = %for.inc.i133
%incdec.ptr.1.i136 = getelementptr inbounds i16* %b, i32 2
%22 = load i16* %incdec.ptr.1.i136, align 2, !tbaa !5
%cmp5.2.i137 = icmp eq...