search for: cy11a

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

Did you mean: cy118
2011 Oct 19
2
[LLVMdev] Error when cond of select instruction is a vector
...o split this operator's operand!* The following program is a valid 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...
2011 Oct 19
0
[LLVMdev] Error when cond of select instruction is a vector
...to split this operator's operand! The following program is a valid 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...
2011 Oct 19
1
[LLVMdev] Error when cond of select instruction is a vector
...> The following program is a valid 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...