search for: exit138

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

Did you mean: exit1
2010 Sep 29
0
[LLVMdev] spilling & xmm register usage
...%4, align 8 > %local_size_0 = load i32* %get_local_size, align 16 > %group_id_0 = load i32* %get_group_id, align 16 > %6 = mul i32 %group_id_0, %local_size_0 > br label %entry.header.loop > > entry.header.loop.end: ; preds = %cond.then.i201.i, %phi.exit138.i > %cond.i204.i = phi float [ %tmp43.i200.i, %cond.then.i201.i ], [ %tmp38.i194.i, %phi.exit138.i ] > %arrayidx82.i = getelementptr float addrspace(1)* %5, i64 %8 > %tmp85.i = fmul float %tmp63.i, %cond.i204.i > %tmp88.i = fmul float %tmp9.i, %cond.i135.i > %tmp89.i = fsub floa...
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