Displaying 3 results from an estimated 3 matches for "i131".
Did you mean:
131
2010 Sep 29
0
[LLVMdev] spilling & xmm register usage
...36.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.exit69.i
> %cond.i135.i = phi float [ %tmp43.i131.i, %cond.then.i132.i ], [ %tmp38.i125.i, %phi.exit69.i ]
> %call.i156.i =...
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
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...inbounds i16* %num, i32 6
%incdec.ptr2.4.i123 = getelementptr inbounds i16* %num, i32 7
%incdec.ptr2.5.i125 = getelementptr inbounds i16* %num, i32 8
%incdec.ptr2.6.i127 = getelementptr inbounds i16* %num, i32 9
%incdec.ptr2.7.i129 = getelementptr inbounds i16* %num, i32 10
%incdec.ptr2.8.i131 = getelementptr inbounds i16* %num, i32 11
%incdec.ptr2.9.i = getelementptr inbounds i16* %num, i32 12
%.pre = load i16* %add.ptr.i, align 2, !tbaa !5
%.pre193 = load i16* %arrayidx11, align 2, !tbaa !5
br label %for.body9
for.cond43.preheader: ; preds = %if.end...