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:15 -0500 |
commit | 574a1ea4406dd1dbf14e149a9b5d142f6cbdf32a (patch) | |
tree | 766de53d233cfebde0ef9d3a252b05fecad1e38f /gcc/fortran/dump-parse-tree.cc | |
parent | a7f6e6c483bcb9888d680e47e29c4a7859a61d4f (diff) | |
download | gcc-574a1ea4406dd1dbf14e149a9b5d142f6cbdf32a.zip gcc-574a1ea4406dd1dbf14e149a9b5d142f6cbdf32a.tar.gz gcc-574a1ea4406dd1dbf14e149a9b5d142f6cbdf32a.tar.bz2 |
vect: Move vect_model_load_cost next to the transform in vectorizable_load
This patch is an initial patch to move costing next to the
transform, it still adopts vect_model_load_cost for costing
but moves and duplicates it down according to the handlings
of different vect_memory_access_types, hope it can make the
subsequent patches easy to review. This patch should not
have any functional changes.
gcc/ChangeLog:
* tree-vect-stmts.cc (vectorizable_load): Move and duplicate the call
to vect_model_load_cost down to some different transform paths
according to the handlings of different vect_memory_access_types.
Diffstat (limited to 'gcc/fortran/dump-parse-tree.cc')
0 files changed, 0 insertions, 0 deletions