linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] use an helper to add an instruction to a BB
@ 2021-03-21 16:16 Luc Van Oostenryck
  2021-03-21 16:16 ` [PATCH 1/6] add insert_last_instruction() Luc Van Oostenryck
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Luc Van Oostenryck @ 2021-03-21 16:16 UTC (permalink / raw)
  To: linux-sparse; +Cc: Luc Van Oostenryck

This series adds and uses an new helper to add an instruction at
the end of a BB.

It's a preparatory step for incoming changes in memops simplifications.


Luc Van Oostenryck (6):
  add insert_last_instruction()
  replace add_instruction_to_end() by insert_last_instruction()
  let insert_select() use insert_last_instruction()
  let insert_phis() use insert_last_instruction()
  let find_dominating_parents() use insert_last_instruction()
  let ssa_rename_phi() use insert_last_instruction()

 cse.c       | 10 +---------
 linearize.c | 14 ++++----------
 linearize.h |  8 ++++++++
 memops.c    | 10 +++++-----
 ssa.c       |  6 +++---
 5 files changed, 21 insertions(+), 27 deletions(-)


base-commit: 7b5cc7b6135733cbbce121cc94fdc4a5400f46b5
-- 
2.31.0


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

end of thread, other threads:[~2021-03-21 16:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-21 16:16 [PATCH 0/6] use an helper to add an instruction to a BB Luc Van Oostenryck
2021-03-21 16:16 ` [PATCH 1/6] add insert_last_instruction() Luc Van Oostenryck
2021-03-21 16:16 ` [PATCH 2/6] replace add_instruction_to_end() by insert_last_instruction() Luc Van Oostenryck
2021-03-21 16:16 ` [PATCH 3/6] let insert_select() use insert_last_instruction() Luc Van Oostenryck
2021-03-21 16:16 ` [PATCH 4/6] let insert_phis() " Luc Van Oostenryck
2021-03-21 16:16 ` [PATCH 5/6] let find_dominating_parents() " Luc Van Oostenryck
2021-03-21 16:16 ` [PATCH 6/6] let ssa_rename_phi() " Luc Van Oostenryck

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 NNTP newsgroup(s).