[Bug target/24076] (vector char){x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x} code gen is not that good

2006-04-17 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-04-17 18:39 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug target/24076] (vector char){x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x} code gen is not that good

2006-04-16 Thread sayle at gcc dot gnu dot org
--- Comment #6 from sayle at gcc dot gnu dot org 2006-04-16 21:47 --- Subject: Bug 24076 Author: sayle Date: Sun Apr 16 21:46:59 2006 New Revision: 112990 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=112990 Log: 2006-04-15 Roger Sayle [EMAIL PROTECTED] Andrew

[Bug target/24076] (vector char){x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x} code gen is not that good

2005-12-21 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-12-21 19:49 --- Not working on this any more. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/24076] (vector char){x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x} code gen is not that good

2005-09-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-27 05:06 --- This is an issue in ix86_expand_vector_init. -- What|Removed |Added

[Bug target/24076] (vector char){x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x} code gen is not that good

2005-09-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-27 05:33 --- The bug for this code is because ix86_expand_vector_init_duplicate does widen in GPRs first and then in into the vector register. Mainly: /* Replicate the value once into the next wider mode and