linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] kill more dead stores
@ 2021-04-10 22:30 Luc Van Oostenryck
  2021-04-10 22:30 ` [PATCH 1/5] add testcases for stores simplifications Luc Van Oostenryck
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Luc Van Oostenryck @ 2021-04-10 22:30 UTC (permalink / raw)
  To: linux-sparse; +Cc: Luc Van Oostenryck

This series improv the removal of dead stores:
* kill deadstores in parent-child bascx blocks
* kill redundant in the same basic block

Luc Van Oostenryck (5):
  add testcases for stores simplifications
  extract try_to_kill_store() from kill_dominated_stores()
  volatile stores are never dead
  kill parent's dead stores too
  kill redundant stores (local)

 memops.c                                    | 53 ++++++++++++++++-----
 validation/memops/kill-dead-store-parent0.c | 14 ++++++
 validation/memops/kill-dead-store-parent2.c | 25 ++++++++++
 validation/memops/kill-redundant-store0.c   | 13 +++++
 4 files changed, 94 insertions(+), 11 deletions(-)
 create mode 100644 validation/memops/kill-dead-store-parent0.c
 create mode 100644 validation/memops/kill-dead-store-parent2.c
 create mode 100644 validation/memops/kill-redundant-store0.c


base-commit: d549d4d55eecb394e3f69314287f91e85b19e3e3
-- 
2.31.1


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

end of thread, other threads:[~2021-04-10 22:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-10 22:30 [PATCH 0/5] kill more dead stores Luc Van Oostenryck
2021-04-10 22:30 ` [PATCH 1/5] add testcases for stores simplifications Luc Van Oostenryck
2021-04-10 22:30 ` [PATCH 2/5] extract try_to_kill_store() from kill_dominated_stores() Luc Van Oostenryck
2021-04-10 22:30 ` [PATCH 3/5] volatile stores are never dead Luc Van Oostenryck
2021-04-10 22:30 ` [PATCH 4/5] kill parent's dead stores too Luc Van Oostenryck
2021-04-10 22:30 ` [PATCH 5/5] kill redundant stores (local) 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).