Displaying 2 results from an estimated 2 matches for "c67a1476".
2013 Jun 05
0
[LLVMdev] Enabling the vectorizer for -Os
On 5 June 2013 04:26, Nadav Rotem <nrotem at apple.com> wrote:
> I would like to start a discussion about enabling the loop vectorizer by
> default for -Os. The loop vectorizer can accelerate many workloads and
> enabling it for -Os and -O2 has obvious performance benefits.
Hi Nadav,
As it stands, O2 is very similar to O3 with a few, more aggressive,
optimizations running,
2013 Jun 05
15
[LLVMdev] Enabling the vectorizer for -Os
Hi,
I would like to start a discussion about enabling the loop vectorizer by default for -Os. The loop vectorizer can accelerate many workloads and enabling it for -Os and -O2 has obvious performance benefits. At the same time the loop vectorizer can increase the code size because of two reasons. First, to vectorize some loops we have to keep the original loop around in order to handle the last