[Bug tree-optimization/58135] [x86] Missed opportunities for partial SLP

vekumar at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon May 23 10:00:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58135

vekumar at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from vekumar at gcc dot gnu.org ---
Fixed the PR.
ref: https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=236582

2016-05-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>

        PR tree-optimization/58135
        * tree-vect-slp.c: When group size is not multiple
        of vector size, allow splitting of store group at
        vector boundary.

2016-05-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>

        * gcc.dg/vect/bb-slp-19.c:  Remove XFAIL.
        * gcc.dg/vect/pr58135.c:  Add new.
        * gfortran.dg/pr46519-1.f: Adjust test case


More information about the Gcc-bugs mailing list