search for: getreductionop

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

Did you mean: getreduction
2016 May 23
0
sum elements in the vector
On Mon, May 23, 2016 at 12:43 PM Hal Finkel via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi Chandler, > > Regardless of the canonical form we choose, we need code to match > non-canonical associated shuffle sequences and convert them into the > canonical form. We also need code to match the pattern where we > extractelement on all elements and sum them into this
2016 May 23
2
sum elements in the vector
Hi Chandler, Regardless of the canonical form we choose, we need code to match non-canonical associated shuffle sequences and convert them into the canonical form. We also need code to match the pattern where we extractelement on all elements and sum them into this canonical form. This code needs to exist somewhere, so we need to decide whether it exists in the frontend or the backend. Having an