linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] kill dead loads
@ 2017-06-08  7:39 Luc Van Oostenryck
  2017-06-08  7:39 ` [PATCH 1/3] extract has_users() from dead_insn() Luc Van Oostenryck
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Luc Van Oostenryck @ 2017-06-08  7:39 UTC (permalink / raw)
  To: linux-sparse; +Cc: Chris Li, Luc Van Oostenryck

The goal of this series is to eliminate dead loads which,
especially the deadborn ones which, until now, weren't
removed.

This series is also available in the git repository at:
  git://github.com/lucvoo/sparse.git kill-dead-loads

Luc Van Oostenryck (3):
      extract has_users() from dead_insn()
      let kill_instruction() report if it made some changes or not
      kill dead loads

 flow.h                       | 10 +++++-----
 simplify.c                   | 40 +++++++++++++++++++++++++---------------
 validation/optim/load-dead.c | 11 +++++++++++
 3 files changed, 41 insertions(+), 20 deletions(-)
 create mode 100644 validation/optim/load-dead.c

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

end of thread, other threads:[~2017-06-09  7:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-08  7:39 [PATCH 0/3] kill dead loads Luc Van Oostenryck
2017-06-08  7:39 ` [PATCH 1/3] extract has_users() from dead_insn() Luc Van Oostenryck
2017-06-08  7:39 ` [PATCH 2/3] let kill_instruction() report if it made some changes or not Luc Van Oostenryck
2017-06-08  7:39 ` [PATCH 3/3] kill dead loads Luc Van Oostenryck
2017-06-09  7:46 ` [PATCH 0/3] " Christopher Li

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).