search for: stepvectorvalu

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

Did you mean: stepvectorvalue
2016 Nov 24
2
[RFC] Supporting ARM's SVE in LLVM
...ant would be added to a splat > of the > loop induction variable to create the data vector to store: > > ```cpp > unsigned a[LIMIT]; > > for (unsigned i = 0; i < LIMIT; i++) { > a[i] = i; > } > ``` > > ### Interface: > > ```cpp > Constant *StepVectorValue::get(Type *Ty); > ``` > > ### Example: > > The following shows the construction of a scalable vector of the form > <start, start-2, start-4, ...>: > > ```llvm > %elt = insertelement <n x 4 x i32> undef, i32 %start, i32 0 > %widestart = shufflevector &l...
2016 Nov 22
3
[RFC] Supporting ARM's SVE in LLVM
Hi Renato, Sorry for the delay in responding. We've been busy rethinking some of our changes after the feedback we've received thus far (particularly from the devmeeting). The incremental patches will use our revised design(which should be less invasive), and I'll be updating our document to match. On 16/11/2016, 12:46, "Renato Golin" <renato.golin at linaro.org>