search for: exit69

Displaying 2 results from an estimated 2 matches for "exit69".

2010 Sep 29
0
[LLVMdev] spilling & xmm register usage
...> %tmp36.i54.i = fadd float %tmp35.i53.i, 0x3FD470BF40000000 > %tmp37.i55.i = fmul float %tmp19.i37.i, %tmp36.i54.i > %tmp38.i56.i = fsub float 1.000000e+00, %tmp37.i55.i > %cmp.i59.i = fcmp olt float %tmp56.i, 0.000000e+00 > br i1 %cmp.i59.i, label %cond.then.i63.i, label %phi.exit69.i > > cond.then.i63.i: ; preds = %phi.exit.i > %tmp43.i62.i = fsub float 1.000000e+00, %tmp38.i56.i > br label %phi.exit69.i > > phi.exit69.i: ; preds = %cond.then.i63.i, %phi.exit.i > %cond.i66.i = phi f...
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