public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/29269] missing documentation for "vcond" (vector conditional operation)
       [not found] <bug-29269-4@http.gcc.gnu.org/bugzilla/>
@ 2011-08-30  9:13 ` rguenth at gcc dot gnu.org
  2011-09-02 13:54 ` rguenth at gcc dot gnu.org
  2011-09-02 13:54 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-08-30  9:13 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |rguenth at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-08-30 08:54:23 UTC ---
Mine.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug middle-end/29269] missing documentation for "vcond" (vector conditional operation)
       [not found] <bug-29269-4@http.gcc.gnu.org/bugzilla/>
  2011-08-30  9:13 ` [Bug middle-end/29269] missing documentation for "vcond" (vector conditional operation) rguenth at gcc dot gnu.org
@ 2011-09-02 13:54 ` rguenth at gcc dot gnu.org
  2011-09-02 13:54 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-09-02 13:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-09-02 13:53:37 UTC ---
Author: rguenth
Date: Fri Sep  2 13:53:32 2011
New Revision: 178480

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178480
Log:
2011-09-02  Richard Guenther  <rguenther@suse.de>

    PR tree-optimization/27460
    PR middle-end/29269
    * doc/md.texi (vcond): Document.
    * genopinit.c (optabs): Turn vcond{,u}_optab into a conversion
    optab with two modes.
    * optabs.h (enum convert_optab_index): Add COI_vcond, COI_vcondu.
    (enum direct_optab_index): Remove DOI_vcond, DOI_vcondu.
    (vcond_optab): Adjust.
    (vcondu_optab): Likewise.
    (expand_vec_cond_expr_p): Adjust prototype.
    * optabs.c (get_vcond_icode): Adjust.
    (expand_vec_cond_expr_p): Likewise.
    (expand_vec_cond_expr): Likewise.
    * tree-vect-stmts.c (vect_is_simple_cond): Return the comparison
    vector type.
    (vectorizable_condition): Allow differing types for comparison
    and result.

    * config/i386/i386.c (ix86_expand_sse_cmp): Use proper mode
    for the comparison.
    * config/i386/sse.md (vcond<mode>): Split to
    vcond<V_256:mode><VF_256:mode>, vcond<V_128:mode><VF_128:mode>,
    vcond<V_128:mode><VI124_128:mode> and
    vcondu<V_128:mode><VI124_128:mode>.
    (vcondv2di): Change to vcond<VI8F_128:mode>v2di.
    (vconduv2di): Likewise.
    * config/arm/neon.md (vcond<mode>): Change to vcond*<mode><mode>.
    (vcondu<mode>): Likewise.
    * config/ia64/vect.md (vcond<mode>): Likewise.
    (vcondu<mode>): Likewise.
    (vcondv2sf): Likewise.
    * config/mips/mips-ps-3d.md (vcondv2sf): Likewise.
    * config/rs6000/paired.md (vcondv2sf): Likewise.
    * config/rs6000/vector.md (vcond<mode>): Likewise.
    (vcondu<mode>): Likewise.
    * config/spu/spu.md (vcond<mode>): Likewise.
    (vcondu<mode>): Likewise.

    * gcc.dg/vect/vect-cond-7.c: New testcase.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/neon.md
    trunk/gcc/config/i386/i386.c
    trunk/gcc/config/i386/sse.md
    trunk/gcc/config/ia64/vect.md
    trunk/gcc/config/mips/mips-ps-3d.md
    trunk/gcc/config/rs6000/paired.md
    trunk/gcc/config/rs6000/vector.md
    trunk/gcc/config/spu/spu.md
    trunk/gcc/doc/md.texi
    trunk/gcc/genopinit.c
    trunk/gcc/optabs.c
    trunk/gcc/optabs.h
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-vect-stmts.c


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug middle-end/29269] missing documentation for "vcond" (vector conditional operation)
       [not found] <bug-29269-4@http.gcc.gnu.org/bugzilla/>
  2011-08-30  9:13 ` [Bug middle-end/29269] missing documentation for "vcond" (vector conditional operation) rguenth at gcc dot gnu.org
  2011-09-02 13:54 ` rguenth at gcc dot gnu.org
@ 2011-09-02 13:54 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-09-02 13:54 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.7.0

--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-09-02 13:53:54 UTC ---
Fixed.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug middle-end/29269] missing documentation for "vcond" (vector conditional operation)
  2006-09-28 10:44 [Bug middle-end/29269] New: " dorit at il dot ibm dot com
  2006-09-28 15:00 ` [Bug middle-end/29269] " pinskia at gcc dot gnu dot org
@ 2008-05-30  1:00 ` hp at gcc dot gnu dot org
  1 sibling, 0 replies; 5+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-05-30  1:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hp at gcc dot gnu dot org  2008-05-30 00:59 -------
Ditto vconduMODE.


-- 

hp at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hp at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug middle-end/29269] missing documentation for "vcond" (vector conditional operation)
  2006-09-28 10:44 [Bug middle-end/29269] New: " dorit at il dot ibm dot com
@ 2006-09-28 15:00 ` pinskia at gcc dot gnu dot org
  2008-05-30  1:00 ` hp at gcc dot gnu dot org
  1 sibling, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-28 15:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-09-28 15:00 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |documentation
   Last reconfirmed|0000-00-00 00:00:00         |2006-09-28 15:00:18
               date|                            |


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-09-02 13:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-29269-4@http.gcc.gnu.org/bugzilla/>
2011-08-30  9:13 ` [Bug middle-end/29269] missing documentation for "vcond" (vector conditional operation) rguenth at gcc dot gnu.org
2011-09-02 13:54 ` rguenth at gcc dot gnu.org
2011-09-02 13:54 ` rguenth at gcc dot gnu.org
2006-09-28 10:44 [Bug middle-end/29269] New: " dorit at il dot ibm dot com
2006-09-28 15:00 ` [Bug middle-end/29269] " pinskia at gcc dot gnu dot org
2008-05-30  1:00 ` hp at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).