aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorKewen Lin <linkw@linux.ibm.com>2023-10-12 00:04:57 -0500
committerKewen Lin <linkw@linux.ibm.com>2023-10-12 00:04:57 -0500
commit7184d2257a0d927e6e3736ba0a169d557e673ad5 (patch)
tree37fa8fe7deb9d7cd8275bfd9c7b96d476797f113 /libgcc
parente00820c8e5cff0c1950a200354263fe6cc13493c (diff)
downloadgcc-7184d2257a0d927e6e3736ba0a169d557e673ad5.zip
gcc-7184d2257a0d927e6e3736ba0a169d557e673ad5.tar.gz
gcc-7184d2257a0d927e6e3736ba0a169d557e673ad5.tar.bz2
vect: Simplify costing on vectorizable_scan_store
This patch is to simplify the costing on the case vectorizable_scan_store without calling function vect_model_store_cost any more. I considered if moving the costing into function vectorizable_scan_store is a good idea, for doing that, we have to pass several variables down which are only used for costing, and for now we just want to keep the costing as the previous, haven't tried to make this costing consistent with what the transforming does, so I think we can leave it for now. gcc/ChangeLog: * tree-vect-stmts.cc (vectorizable_store): Adjust costing on vectorizable_scan_store without calling vect_model_store_cost any more.
Diffstat (limited to 'libgcc')
0 files changed, 0 insertions, 0 deletions