linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] use replace_with_pseudo() for simplify_memops()
@ 2020-11-29 14:49 Luc Van Oostenryck
  2020-11-29 14:49 ` [PATCH 1/5] let replace_with_pseudo() use kill_instruction() Luc Van Oostenryck
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Luc Van Oostenryck @ 2020-11-29 14:49 UTC (permalink / raw)
  To: linux-sparse; +Cc: Luc Van Oostenryck

This series contains a few patches related to replace_with_pseudo()
in preparation for some more consequential changes in memops
simplification.

Luc Van Oostenryck (5):
  let replace_with_pseudo() use kill_instruction()
  make a header for simplification
  make replace_with_pseudo() extern
  memops: move rewrite_load_instruction() here
  replace convert_load_instruction() by replace_with_pseudo()

 flow.c     | 48 +-----------------------------------------------
 flow.h     |  3 ---
 memops.c   | 46 ++++++++++++++++++++++++++++++++++++++++++++--
 optimize.c |  1 +
 simplify.c | 21 +++------------------
 simplify.h | 10 ++++++++++
 ssa.c      |  9 +++++----
 7 files changed, 64 insertions(+), 74 deletions(-)
 create mode 100644 simplify.h

-- 
2.29.2


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

end of thread, other threads:[~2020-11-29 14:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-29 14:49 [PATCH 0/5] use replace_with_pseudo() for simplify_memops() Luc Van Oostenryck
2020-11-29 14:49 ` [PATCH 1/5] let replace_with_pseudo() use kill_instruction() Luc Van Oostenryck
2020-11-29 14:49 ` [PATCH 2/5] make a header for simplification Luc Van Oostenryck
2020-11-29 14:49 ` [PATCH 3/5] make replace_with_pseudo() extern Luc Van Oostenryck
2020-11-29 14:49 ` [PATCH 4/5] memops: move rewrite_load_instruction() here Luc Van Oostenryck
2020-11-29 14:49 ` [PATCH 5/5] replace convert_load_instruction() by replace_with_pseudo() 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).