search for: d8a6d21a

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

2012 Feb 09
0
[LLVMdev] Vectorization: Next Steps
...> LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120209/d8a6d21a/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: matrix.c Type: text/x-csrc Size: 443 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120209/d8a6d21a/attachment.c>
2012 Feb 03
8
[LLVMdev] Vectorization: Next Steps
As some of you may know, I committed my basic-block autovectorization pass a few days ago. I encourage anyone interested to try it out (pass -vectorize to opt or -mllvm -vectorize to clang) and provide feedback. Especially in combination with -unroll-allow-partial, I have observed some significant benchmark speedups, but, I have also observed some significant slowdowns. I would like to share my