search for: cy119

Displaying 3 results from an estimated 3 matches for "cy119".

Did you mean: cy118
2011 Oct 19
2
[LLVMdev] Error when cond of select instruction is a vector
...IR which passed by the checker. However the back-end fails on all the targets I've tested, including x86, mips and sparc. Is it a target independent bug? define void @main() { entry: %Cy300 = alloca <4 x float> %Cy11a = alloca <2 x float> %Cy118 = alloca <2 x float> %Cy119 = alloca <2 x float> br label %B1 B1: ; preds = %entry %0 = load <2 x float>* %Cy119 %1 = fptosi <2 x float> %0 to <2 x i32> %2 = sitofp <2 x i32> %1 to <2 x float> %3 = fcmp ogt <2 x float> %0, zeroi...
2011 Oct 19
0
[LLVMdev] Error when cond of select instruction is a vector
...IR which passed by the checker. However the back-end fails on all the targets I've tested, including x86, mips and sparc. Is it a target independent bug? define void @main() { entry: %Cy300 = alloca <4 x float> %Cy11a = alloca <2 x float> %Cy118 = alloca <2 x float> %Cy119 = alloca <2 x float> br label %B1 B1: ; preds = %entry %0 = load <2 x float>* %Cy119 %1 = fptosi <2 x float> %0 to <2 x i32> %2 = sitofp <2 x i32> %1 to <2 x float> %3 = fcmp ogt <2 x float> %0, zeroi...
2011 Oct 19
1
[LLVMdev] Error when cond of select instruction is a vector
...the back-end fails on all the targets I've tested, including x86, mips and > sparc. Is it a target independent bug? > > define void @main() { > entry: > %Cy300 = alloca <4 x float> > %Cy11a = alloca <2 x float> > %Cy118 = alloca <2 x float> > %Cy119 = alloca <2 x float> > br label %B1 > > B1: ; preds = %entry > %0 = load <2 x float>* %Cy119 > %1 = fptosi <2 x float> %0 to <2 x i32> > %2 = sitofp <2 x i32> %1 to <2 x float> > %3 = fc...