Displaying 3 results from an estimated 3 matches for "cy300".
Did you mean:
c300
2011 Oct 19
2
[LLVMdev] Error when cond of select instruction is a vector
...0x2b75170 [ID=0]
Do not know how 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...
2011 Oct 19
0
[LLVMdev] Error when cond of select instruction is a vector
..., 0x2b75170 [ID=0]
Do not know how 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...
2011 Oct 19
1
[LLVMdev] Error when cond of select instruction is a vector
...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...