All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fix rem_usage()
@ 2020-12-27  9:27 Luc Van Oostenryck
  2020-12-27  9:27 ` [PATCH 1/2] add helper has_definition() Luc Van Oostenryck
  2020-12-27  9:27 ` [PATCH 2/2] fix rem_usage() Luc Van Oostenryck
  0 siblings, 2 replies; 8+ messages in thread
From: Luc Van Oostenryck @ 2020-12-27  9:27 UTC (permalink / raw)
  To: linux-sparse; +Cc: Luc Van Oostenryck

These two patches fix a bug with rem_usage(), after having removed the
last element of a def-use list, tries to kill the defining instruction
although only PSEUDO_REGs and PSEUDO_PHIs have one.


Luc Van Oostenryck (2):
  add helper has_definition()
  fix rem_usage()

 linearize.h | 5 +++++
 simplify.c  | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

-- 
2.29.2


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

end of thread, other threads:[~2020-12-28 23:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-27  9:27 [PATCH 0/2] fix rem_usage() Luc Van Oostenryck
2020-12-27  9:27 ` [PATCH 1/2] add helper has_definition() Luc Van Oostenryck
2020-12-28 17:20   ` Ramsay Jones
2020-12-27  9:27 ` [PATCH 2/2] fix rem_usage() Luc Van Oostenryck
2020-12-28 17:22   ` Ramsay Jones
2020-12-28 21:39     ` Luc Van Oostenryck
2020-12-28 22:09       ` Ramsay Jones
2020-12-28 22:30         ` Ramsay Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.