This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/48262] [4.7 Regression] Subversion id 171341 breaks various vectorization files on powerpc
- From: "rsandifo at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 25 Mar 2011 09:20:41 +0000
- Subject: [Bug target/48262] [4.7 Regression] Subversion id 171341 breaks various vectorization files on powerpc
- Auto-submitted: auto-generated
- References: <bug-48262-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48262
--- Comment #14 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> 2011-03-25 09:20:35 UTC ---
FWIW, my patch just fixed the expansion of commutative operations.
movmisalign and vector extractions are handled by two separate
pieces of code, so I don't think my patch would affect the two
problems that Andrew identified.
I agree with Mike that both patches look good and are still needed.