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 tree-optimization/48317] New: SCCVN does not handle vector constructors


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

           Summary: SCCVN does not handle vector constructors
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: enhancement
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: rguenth@gcc.gnu.org


SCCVN does not handle CONSTRUCTORs well (they simply get put into a
reference-kind
single operand).  This sucks for things like

  vect_cst_.239_4355 = {pretmp.88_1931, pretmp.88_1931};

which the vectorizer generates (or which can happen via intrinsics or
generic vector support even earlier).

Not sure how to handle this variable-size code though.


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