Displaying 2 results from an estimated 2 matches for "ef57ac20".
2012 Oct 06
0
[LLVMdev] LLVM Loop Vectorizer
> -----Original Message-----
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On
> Behalf Of Nadav Rotem
>
> We are starting to work on an LLVM loop vectorizer. There's number of different
> projects that already vectorize LLVM IR. For example Hal's BB-Vectorizer, Intel's
> OpenCL Vectorizer, Polly, ISPC, AnySL, just to name a few.
2012 Oct 05
12
[LLVMdev] LLVM Loop Vectorizer
Hi,
We are starting to work on an LLVM loop vectorizer. There's number of different projects that already vectorize LLVM IR. For example Hal's BB-Vectorizer, Intel's OpenCL Vectorizer, Polly, ISPC, AnySL, just to name a few. I think that it would be great if we could collaborate on the areas that are shared between the different projects. I think that refactoring LLVM in away that