search for: b1e92ded

Displaying 3 results from an estimated 3 matches for "b1e92ded".

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
2012 Dec 31
3
[LLVMdev] Trying out Loop Vectorizer
...uses it to initialize the backend passes. 3. 'opt' gets the default target triple (like llc). I think that Nick said that he prefers #2. Nadav -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121231/b1e92ded/attachment.html>