This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/66560] Fails to generate ADDSUBPS
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 22 Jun 2015 18:52:54 +0000
- Subject: [Bug target/66560] Fails to generate ADDSUBPS
- Auto-submitted: auto-generated
- References: <bug-66560-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66560
UroÅ Bizjak <ubizjak at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2015-06-22
Assignee|unassigned at gcc dot gnu.org |ubizjak at gmail dot com
Ever confirmed|0 |1
--- Comment #1 from UroÅ Bizjak <ubizjak at gmail dot com> ---
Created attachment 35827
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35827&action=edit
Patch to imtroduce combiner splitters to allow all possible permutations
This patch introduces combiner splitters to allow all possible permutations of
operators and operands in the addsub pattern.
The splitters canonicalize all patterns to (vec_merge (minus ...) (plus...)
sel) operation.