https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021
--- Comment #8 from Jakub Jelinek ---
Author: jakub
Date: Wed Dec 10 20:02:19 2014
New Revision: 218604
URL: https://gcc.gnu.org/viewcvs?rev=218604&root=gcc&view=rev
Log:
PR tree-optimization/62021
* omp-low.c (simd_clone_adjust_return_t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021
--- Comment #7 from Jakub Jelinek ---
Author: jakub
Date: Wed Dec 10 20:01:12 2014
New Revision: 218603
URL: https://gcc.gnu.org/viewcvs?rev=218603&root=gcc&view=rev
Log:
PR tree-optimization/62021
* omp-low.c (simd_clone_adjust_return_t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021
--- Comment #4 from Richard Biener ---
(In reply to Jakub Jelinek from comment #3)
> The problem is that get_vectype_for_scalar_type_and_size for pointers just
> returns vectors of pointer sized integers instead of vectors of pointers.
> So, eith
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021
--- Comment #3 from Jakub Jelinek ---
The problem is that get_vectype_for_scalar_type_and_size for pointers just
returns vectors of pointer sized integers instead of vectors of pointers.
So, either we need to VCE it, or change the simd_clones to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021
Richard Biener changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021
--- Comment #1 from Yuri Rumyantsev ---
Created attachment 33247
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33247&action=edit
test-case to reprroduce
Test should be compiled with
-O2 -fopenmp -march=core-avx2
options. If we add -DUNIFO