search for: 2ff19077

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

2012 Dec 31
0
[LLVMdev] Trying out Loop Vectorizer
On 31.12.2012, at 20:03, Michael Lam <michael.lam.sk at gmail.com> wrote: > Hi all, > > I am trying out the new loop vectorizer in LLVM 3.2. I wanted to see the effect of the pass in `opt` but I have no success. I used LLVM IR generated from C examples in http://blog.llvm.org/2012/12/new-loop-vectorizer.html#more and pass them to `opt -S -O3 -vectorize-loops example.ll`.
2012 Dec 31
3
[LLVMdev] Trying out Loop Vectorizer
Hi all, I am trying out the new loop vectorizer in LLVM 3.2. I wanted to see the effect of the pass in `opt` but I have no success. I used LLVM IR generated from C examples in http://blog.llvm.org/2012/12/new-loop-vectorizer.html#more and pass them to `opt -S -O3 -vectorize-loops example.ll`. However, I do not see vectorized output. What am I doing wrong? Thanks, Siu -------------- next part