Re: [PATCH] OpenMP: Enable vectorization in all OpenMP loops

2022-09-14 Thread Jakub Jelinek via Gcc-patches
On Wed, Sep 14, 2022 at 11:31:34AM -0600, Sandra Loosemore wrote: > GCC presently enables the loop vectorizer at lower optimization levels for > OpenMP loops with the "simd" specifier than it does for loops without it. > The "simd" specifier isn't defined to be purely an optimization hint to the >

[PATCH] OpenMP: Enable vectorization in all OpenMP loops

2022-09-14 Thread Sandra Loosemore
inux-gnu-amdgcn, plain x86_64-linux-gnu, and aarch64-linux-gnu. OK for mainline? -SandraFrom 15c6f6b6bc396f53474ea380f506a7f74d7a05af Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Tue, 13 Sep 2022 23:50:27 + Subject: [PATCH] OpenMP: Enable vectorization in all OpenMP loops This patch