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



             Bug #: 56213

           Summary: strided load vectorization is unnecessarily restricted

    Classification: Unclassified

           Product: gcc

           Version: 4.8.0

            Status: UNCONFIRMED

          Keywords: missed-optimization

          Severity: enhancement

          Priority: P3

         Component: tree-optimization

        AssignedTo: unassig...@gcc.gnu.org

        ReportedBy: rgue...@gcc.gnu.org

            Blocks: 53947





In vect_check_strided_load we constrain the form of DR_REF for no good reason

now that, after PR53342 fix, we always generate the usual pointer dereference

form.

Reply via email to