diff options
author | Pan Li <pan2.li@intel.com> | 2023-05-11 18:50:56 +0800 |
---|---|---|
committer | Pan Li <pan2.li@intel.com> | 2023-05-11 19:06:44 +0800 |
commit | 0918360d709a32294913aef4392cec6c1dec1857 (patch) | |
tree | 8dfac10cd9d51ba431cc46965f928ae980158801 /gcc/go | |
parent | 0440b774ea3311d65027aa7b1d26b62b7d8538ea (diff) | |
download | gcc-0918360d709a32294913aef4392cec6c1dec1857.zip gcc-0918360d709a32294913aef4392cec6c1dec1857.tar.gz gcc-0918360d709a32294913aef4392cec6c1dec1857.tar.bz2 |
VECT: Add tree_code into "creat_iv" and allow it can handle MINUS_EXPR IV
This patch is going to be commited after bootstrap && regression on X86
PASSED.
Thanks Richards.
gcc/ChangeLog:
* cfgloopmanip.cc (create_empty_loop_on_edge): Add PLUS_EXPR.
* gimple-loop-interchange.cc
(tree_loop_interchange::map_inductions_to_loop): Ditto.
* tree-ssa-loop-ivcanon.cc (create_canonical_iv): Ditto.
* tree-ssa-loop-ivopts.cc (create_new_iv): Ditto.
* tree-ssa-loop-manip.cc (create_iv): Ditto.
(tree_transform_and_unroll_loop): Ditto.
(canonicalize_loop_ivs): Ditto.
* tree-ssa-loop-manip.h (create_iv): Ditto.
* tree-vect-data-refs.cc (vect_create_data_ref_ptr): Ditto.
* tree-vect-loop-manip.cc (vect_set_loop_controls_directly):
Ditto.
(vect_set_loop_condition_normal): Ditto.
* tree-vect-loop.cc (vect_create_epilog_for_reduction): Ditto.
* tree-vect-stmts.cc (vectorizable_store): Ditto.
(vectorizable_load): Ditto.
Signed-off-by: Juzhe Zhong <juzhe.zhong@rivai.ai>
Diffstat (limited to 'gcc/go')
0 files changed, 0 insertions, 0 deletions