Displaying 3 results from an estimated 3 matches for "cc918739".
2012 Oct 05
0
[LLVMdev] LLVM Loop Vectorizer
Nadav Rotem wrote:
> 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
2012 Oct 05
6
[LLVMdev] LLVM Loop Vectorizer
...gh the command line then TargetData is kept uninitialized (null pointer). So, as far as IR-level passes go, nothing is going to change.
>
> Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121005/cc918739/attachment.html>
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