diff options
author | Kewen Lin <linkw@linux.ibm.com> | 2023-07-12 21:23:21 -0500 |
---|---|---|
committer | Kewen Lin <linkw@linux.ibm.com> | 2023-07-12 23:12:16 -0500 |
commit | c4a8f4414215be6bf381398fdb391afd1440c8f9 (patch) | |
tree | 23c439df07abe6e12eaafff9672b44bc8d9b107c /gcc/fortran/dump-parse-tree.cc | |
parent | 131943ca22e012d6ab953b1406e1fd51eac4d418 (diff) | |
download | gcc-c4a8f4414215be6bf381398fdb391afd1440c8f9.zip gcc-c4a8f4414215be6bf381398fdb391afd1440c8f9.tar.gz gcc-c4a8f4414215be6bf381398fdb391afd1440c8f9.tar.bz2 |
vect: Adjust vectorizable_load costing on VMAT_LOAD_STORE_LANES
This patch adjusts the cost handling on
VMAT_LOAD_STORE_LANES in function vectorizable_load. We
don't call function vect_model_load_cost for it any more.
It follows what we do in the function vect_model_load_cost,
and shouldn't have any functional changes.
gcc/ChangeLog:
* tree-vect-stmts.cc (vectorizable_load): Adjust the cost handling on
VMAT_LOAD_STORE_LANES without calling vect_model_load_cost.
(vectorizable_load): Remove VMAT_LOAD_STORE_LANES related handling and
assert it will never get VMAT_LOAD_STORE_LANES.
Diffstat (limited to 'gcc/fortran/dump-parse-tree.cc')
0 files changed, 0 insertions, 0 deletions