linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] unssa improvements
@ 2016-12-01 15:07 Luc Van Oostenryck
  2016-12-01 15:07 ` [PATCH 1/5] unssa: do not try to update liveness Luc Van Oostenryck
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Luc Van Oostenryck @ 2016-12-01 15:07 UTC (permalink / raw)
  To: linux-sparse; +Cc: Luc Van Oostenryck

This serie improves the out-of-SSA step by:
* simplify the conversion of the phi-nodes & phi-sources into copies
* eliminate some copies which are trivially not needed.

The elimination step is significant since on a small corpus which
produced 267 copies, after the patch only 165 remain.

Luc Van Oostenryck (5):
  unssa: do not try to update liveness
  unssa: simplify rewrite of OP_PHISOURCE
  unssa: try to avoid some OP_PHI copies
  unssa: eliminate trivial phisrc copies
  unssa: update comment about the unneeded copies

 unssa.c | 141 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 74 insertions(+), 67 deletions(-)

-- 
2.10.2


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

end of thread, other threads:[~2016-12-01 15:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-01 15:07 [PATCH 0/5] unssa improvements Luc Van Oostenryck
2016-12-01 15:07 ` [PATCH 1/5] unssa: do not try to update liveness Luc Van Oostenryck
2016-12-01 15:07 ` [PATCH 2/5] unssa: simplify rewrite of OP_PHISOURCE Luc Van Oostenryck
2016-12-01 15:07 ` [PATCH 3/5] unssa: try to avoid some OP_PHI copies Luc Van Oostenryck
2016-12-01 15:07 ` [PATCH 4/5] unssa: eliminate trivial phisrc copies Luc Van Oostenryck
2016-12-01 15:07 ` [PATCH 5/5] unssa: update comment about the unneeded copies 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).