[Bug target/32107] bad codegen for vector initialization in Altivec

2011-11-17 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32107 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|NEW AssignedTo|pinskia at gcc dot

[Bug target/32107] bad codegen for vector initialization in Altivec

2009-04-26 Thread eres at il dot ibm dot com
--- Comment #5 from eres at il dot ibm dot com 2009-04-26 07:29 --- (In reply to comment #2) > Mine. The patches which I have from the PS3 toolchain fixes this one, it is > related to PR 32110 also. I see this problem still exits on trunk -r146794. If you still have the patch I will be

[Bug target/32107] bad codegen for vector initialization in Altivec

2008-07-14 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-07-14 12:47 --- Note with the Cell, we can just use lvlx with a splat and that works without an alignment attribute on fa :). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/32107] bad codegen for vector initialization in Altivec

2008-03-11 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-03-11 21:35 --- Mine, I said. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|un

[Bug target/32107] bad codegen for vector initialization in Altivec

2008-03-11 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-03-11 21:34 --- Mine. The patches which I have from the PS3 toolchain fixes this one, it is related to PR 32110 also. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/32107] bad codegen for vector initialization in Altivec

2007-05-27 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-05-27 21:31 --- This is unrelated to that one. Even if we did not have an aligned address, we can do better than the extra load/store (but I forget how to do this and I did not write anything on this for vec_splats in the C/C++ lan