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/79262] [6/7/8 Regression] load gap with store gap causing performance regression in 462.libquantum


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

Wilco <wilco at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2018-01-19
                 CC|                            |wilco at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #5 from Wilco <wilco at gcc dot gnu.org> ---
Commit related to this:

commit a1b0b75cfc4f82162fc7e9b1f7255c98359a1078
Author: pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Wed Feb 1 18:30:50 2017 +0000

    2017-02-01  Andrew Pinski  <apinski@cavium.com>

            * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost):
Pass
            stmt_info to record_stmt_cost.
            (vect_get_known_peeling_cost): Pass stmt_info if known to
            record_stmt_cost.
            * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
            cpu_vector_cost field into
            scalar_int_stmt_cost and scalar_fp_stmt_cost.  Split vec_stmt_cost
            field into vec_int_stmt_cost and vec_fp_stmt_cost.
            * config/aarch64/aarch64.c (generic_vector_cost): Update for the
            splitting of scalar_stmt_cost and vec_stmt_cost.
            (thunderx_vector_cost): Likewise.
            (cortexa57_vector_cost): LIkewise.
            (exynosm1_vector_cost): Likewise.
            (xgene1_vector_cost): Likewise.
            (thunderx2t99_vector_cost): Improve after the splitting of the two
            fields.
            (aarch64_builtin_vectorization_cost): Update for the splitting of
            scalar_stmt_cost and vec_stmt_cost.


    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245101
138bc75d-0d04-0410-961f-82ee72b054a4

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