search for: vselect3

Displaying 5 results from an estimated 5 matches for "vselect3".

Did you mean: vselect
2007 Jul 20
5
[LLVMdev] Seg faulting on vector ops
...lar in all the elements. It then extracts the third element and returns it. We are currently using the JIT and I'm currently synced to about a week after the 2.0 branch, so I'm admittedly stale by about a month. In LLVM IR: ; ModuleID = 'test vectors' define float @vSelect3(float %x) { body: %pv = alloca <4 x float> ; <<4 x float>*> [#uses=1] %v = load <4 x float>* %pv ; <<4 x float>> [#uses=1] %v1 = insertelement <4 x float> %v, float %x, i32 0 ; <<4 x float>&g...
2007 Jul 21
0
[LLVMdev] Seg faulting on vector ops
...urns it. > > > > We are currently using the JIT and I'm currently synced to about a week > after the 2.0 branch, so I'm admittedly stale by about a month. > > > > In LLVM IR: > > > > ; ModuleID = 'test vectors' > > > > define float @vSelect3(float %x) { > > body: > > %pv = alloca <4 x float> ; <<4 x float>*> > [#uses=1] > > %v = load <4 x float>* %pv ; <<4 x float>> > [#uses=1] > > %v1 = insertelement <4 x float> %v,...
2007 Jul 24
2
[LLVMdev] Seg faulting on vector ops
...I'm currently synced to about a >> week >> after the 2.0 branch, so I'm admittedly stale by about a month. >> >> >> >> In LLVM IR: >> >> >> >> ; ModuleID = 'test vectors' >> >> >> >> define float @vSelect3(float %x) { >> >> body: >> >> %pv = alloca <4 x float> ; <<4 x float>*> >> [#uses=1] >> >> %v = load <4 x float>* %pv ; <<4 x float>> >> [#uses=1] >> >> %...
2007 Jul 20
0
[LLVMdev] Seg faulting on vector ops
...t; returns it. > > > > We are currently using the JIT and I’m currently synced to about a > week after the 2.0 branch, so I’m admittedly stale by about a month. > > > > In LLVM IR: > > > > ; ModuleID = 'test vectors' > > > > define float @vSelect3(float %x) { > > body: > > %pv = alloca <4 x float> ; <<4 x float>*> > [#uses=1] > > %v = load <4 x float>* %pv ; <<4 x float>> > [#uses=1] > %v1 = insertelement <4 x float> %...
2007 Jul 26
0
[LLVMdev] Seg faulting on vector ops
...>>> after the 2.0 branch, so I'm admittedly stale by about a month. >>> >>> >>> >>> In LLVM IR: >>> >>> >>> >>> ; ModuleID = 'test vectors' >>> >>> >>> >>> define float @vSelect3(float %x) { >>> >>> body: >>> >>> %pv = alloca <4 x float> ; <<4 x float>*> >>> [#uses=1] >>> >>> %v = load <4 x float>* %pv ; <<4 x float>> >>> [#us...