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: "meissner at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Mar 2011 15:02:54 -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 #10 from Michael Meissner <meissner at gcc dot gnu.org> 2011-03-24 15:02:47 UTC ---
The vec_extract patches look good.
However, I think the movmisalign patch is a band-aid. The exander should call
force_reg if the predicates don't match for movmisalign (probably ternary ops)
like it does for every other RTL expansion.