This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/31334] Bad codegen for vector initializer with constants prop'd into a vector initializer



------- Comment #4 from dje at gcc dot gnu dot org  2007-03-25 21:56 -------
I do not believe the patch will help with the original missed optimization
because  the backend never sees a direct assignment from the CONSTRUCTOR -- it
already is placed in memory.  The example in comment #2 is different.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31334


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]