Displaying 2 results from an estimated 2 matches for "beaf93b9".
2012 Oct 05
0
[LLVMdev] LLVM Loop Vectorizer
>I think that the first step would be to expose Target Lowering
Interface (TLI) to OPT's IR-level passes.
By "lowering", we assume the bitcode is more abstract than the machine
code. However, in some situations, it is just opposite. For instance,
some architectures support vectorization of
min/max/saturated-{add,sub)/conditional-assignment/etc/../etc. We need
to detect such
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