[Bug target/92295] Inefficient vector constructor

2020-02-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92295 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/92295] Inefficient vector constructor

2020-02-03 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92295 --- Comment #4 from Hongtao.liu --- (In reply to Martin Liška from comment #3) > Can we close the issue? Yes, it's fixed in GCC10.

[Bug target/92295] Inefficient vector constructor

2020-01-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92295 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/92295] Inefficient vector constructor

2019-11-07 Thread liuhongt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92295 --- Comment #2 from liuhongt at gcc dot gnu.org --- Author: liuhongt Date: Fri Nov 8 05:34:25 2019 New Revision: 277946 URL: https://gcc.gnu.org/viewcvs?rev=277946&root=gcc&view=rev Log: Fix inefficient vector constructor. Changelog gcc/

[Bug target/92295] Inefficient vector constructor

2019-10-31 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92295 --- Comment #1 from Hongtao.liu --- Created attachment 47143 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47143&action=edit This patch can fix this issue In ix86_expand_vector_init_concat, vector are initialized per 2 elements, that's wh