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/66560] Fails to generate ADDSUBPS


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.

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