Displaying 3 results from an estimated 3 matches for "73689b14".
Did you mean:
368914
2013 Jun 14
0
[LLVMdev] Enabling the vectorizer for -Os -- ping
On 14 June 2013 05:37, Nadav Rotem <nrotem at apple.com> wrote:
> Last week I wrote llvm-dev and presented data that shows how enabling the
> vectorizer on -Os can improve the performance of many workloads and that it
> has negligible effects on code size. I also added a command line switch to
> make it easier for people to benchmark the vectorizer using -Os directly
> from
2013 Jun 14
1
[LLVMdev] Enabling the vectorizer for -Os -- ping
...> Hi Nadav,
>
> I haven't, sorry. I'll run some tests on my Chromebook and will let you
> know.
>
> cheers,
> --renato
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130614/73689b14/attachment.html>
2013 Jun 14
5
[LLVMdev] Enabling the vectorizer for -Os -- ping
Hi,
Last week I wrote llvm-dev and presented data that shows how enabling the vectorizer on -Os can improve the performance of many workloads and that it has negligible effects on code size. I also added a command line switch to make it easier for people to benchmark the vectorizer using -Os directly from clang without changing LLVM. Has anyone done any benchmarks on -Os + vectorization ?