public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] loop split fix and functions renaming
@ 2021-10-27  6:34 Xionghu Luo
  2021-10-27  6:34 ` [PATCH v2 1/4] Fix loop split incorrect count and probability Xionghu Luo
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Xionghu Luo @ 2021-10-27  6:34 UTC (permalink / raw)
  To: gcc-patches
  Cc: segher, dje.gcc, wschmidt, guojiufu, linkw, rguenther, hubicka,
	Xionghu Luo

This patchset is an followed update from [1].
Patch 1 is expecting review comments from Honza[2];
Patch 2 refactors loop_version to remove loopify call and adjust
condition generation later than loopify;
Patch 3 and Patch 4 are function renamings to help better understanding.

[1] https://gcc.gnu.org/pipermail/gcc-patches/2021-October/582600.html
[2] https://gcc.gnu.org/pipermail/gcc-patches/2021-October/582607.html

Xionghu Luo (4):
  Fix loop split incorrect count and probability
  Refactor loop_version
  Rename loop_version to clone_loop_to_header_edge.
  Rename duplicate_loop_to_header_edge to duplicate_loop_body_to_header_edge

 gcc/cfghooks.c                |  27 +++----
 gcc/cfghooks.h                |  13 ++-
 gcc/cfgloopmanip.c            | 144 +++++++++++-----------------------
 gcc/cfgloopmanip.h            |  17 ++--
 gcc/cfgrtl.c                  |   2 +-
 gcc/doc/loop.texi             |   4 +-
 gcc/gimple-loop-versioning.cc |  11 +--
 gcc/loop-unroll.c             |  27 +++----
 gcc/modulo-sched.c            |   6 +-
 gcc/tree-cfg.c                |   2 +-
 gcc/tree-if-conv.c            |  13 +--
 gcc/tree-loop-distribution.c  |   4 +-
 gcc/tree-parloops.c           |  10 +--
 gcc/tree-ssa-loop-ivcanon.c   |   4 +-
 gcc/tree-ssa-loop-manip.c     |  31 ++++----
 gcc/tree-ssa-loop-manip.h     |   7 +-
 gcc/tree-ssa-loop-split.c     |  39 +++++----
 gcc/tree-ssa-loop-unswitch.c  |   8 +-
 gcc/tree-vect-loop-manip.c    |   5 +-
 19 files changed, 159 insertions(+), 215 deletions(-)

-- 
2.27.0.90.geebb51ba8c


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2021-11-24  5:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-27  6:34 [PATCH v2 0/4] loop split fix and functions renaming Xionghu Luo
2021-10-27  6:34 ` [PATCH v2 1/4] Fix loop split incorrect count and probability Xionghu Luo
2021-10-27  7:07   ` Jan Hubicka
2021-10-27  7:23     ` Jan Hubicka
2021-10-27  7:29     ` Richard Biener
2021-10-27  7:44       ` Jan Hubicka
2021-11-08  6:09         ` [PATCH v3 " Xionghu Luo
2021-11-24  5:11           ` Xionghu Luo
2021-10-27  6:34 ` [PATCH v2 2/4] Refactor loop_version Xionghu Luo
2021-10-29 11:52   ` Richard Biener
2021-11-01  5:28     ` Xionghu Luo
2021-10-27  6:34 ` [PATCH v2 3/4] Rename loop_version to clone_loop_to_header_edge Xionghu Luo
2021-11-03 13:36   ` Richard Biener
2021-10-27  6:34 ` [PATCH v2 4/4] Rename duplicate_loop_to_header_edge to duplicate_loop_body_to_header_edge Xionghu Luo
2021-10-29 11:50   ` Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).