[Bug middle-end/106010] Miss vectorization for complex type copy.

2022-07-21 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106010 Kewen Lin changed: What|Removed |Added CC||seurer at gcc dot gnu.org --- Comment #8

[Bug middle-end/106010] Miss vectorization for complex type copy.

2022-07-21 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106010 --- Comment #7 from CVS Commits --- The master branch has been updated by hongtao Liu : https://gcc.gnu.org/g:1cc0e9a46e79e7ccc7f904b951e369b2b2647567 commit r13-1791-g1cc0e9a46e79e7ccc7f904b951e369b2b2647567 Author: liuhongt Date: Fri Jul

[Bug middle-end/106010] Miss vectorization for complex type copy.

2022-07-20 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106010 Hongtao.liu changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug middle-end/106010] Miss vectorization for complex type copy.

2022-07-20 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106010 --- Comment #5 from CVS Commits --- The master branch has been updated by hongtao Liu : https://gcc.gnu.org/g:f9d4c3b45c5ed5f45c8089c990dbd4e181929c3d commit r13-1762-gf9d4c3b45c5ed5f45c8089c990dbd4e181929c3d Author: liuhongt Date: Tue Jul

[Bug middle-end/106010] Miss vectorization for complex type copy.

2022-07-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106010 Andrew Pinski changed: What|Removed |Added CC||zhongyunde at huawei dot com ---

[Bug middle-end/106010] Miss vectorization for complex type copy.

2022-06-23 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106010 --- Comment #3 from Hongtao.liu --- (In reply to Hongtao.liu from comment #2) > It seems loop vectorizer assume unroll factor to be number of elemenets, > similar as groups size for SLP. > I'm trying to handle them for when scalar type is

[Bug middle-end/106010] Miss vectorization for complex type copy.

2022-06-23 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106010 --- Comment #2 from Hongtao.liu --- It seems loop vectorizer assume unroll factor to be number of elemenets, similar as groups size for SLP. I'm trying to handle them for when scalar type is COMPLEX, not sure if there's other issues? It looks

[Bug middle-end/106010] Miss vectorization for complex type copy.

2022-06-20 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106010 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Target|