search for: element22

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

Did you mean: element21
2017 Mar 15
2
Data structure improvement for the SLP vectorizer
...uot;(double* %data, double* %data2, double *%data3, double *%out) { %element11 = getelementptr inbounds double, double* %data, i32 1 %load10 = load double, double* %data %load11 = load double, double* %element11 %element21 = getelementptr inbounds double, double* %data2, i32 1 %element22 = getelementptr inbounds double, double* %data2, i32 2 %element23 = getelementptr inbounds double, double* %data2, i32 3 %load20 = load double, double* %data2 %load21 = load double, double* %element21 %load22 = load double, double* %element22 %load23 = load double, double* %elem...
2017 Mar 15
2
Data structure improvement for the SLP vectorizer
There was some discussion of this on the llvm-commits list, but I wanted to raise the topic for discussion here. The background of the -commits discussion was that r296863 added the ability to sort memory access when the SLP vectorizer reached a load (the SLP vectorizer starts at a store or some other sink, and tries to go up the tree vectorizing as it goes along - if the input is in a different