linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] IR cleanup
@ 2018-02-14  1:08 Luc Van Oostenryck
  2018-02-14  1:08 ` [PATCH 1/5] IR: fix typo in IR doc Luc Van Oostenryck
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Luc Van Oostenryck @ 2018-02-14  1:08 UTC (permalink / raw)
  To: linux-sparse; +Cc: Luc Van Oostenryck

This series contains some cleanup of the IR as well
as some changes in the details of how the IR is defined. 

Luc Van Oostenryck (5):
  IR: fix typo in IR doc
  IR: remove now unused OP_LNOP & OP_SNOP
  IR: remove never-generated instructions
  IR: let .cond unionize with .src and not .target
  IR: let OP_COMPUTEGOTO use .src instead of .target

 Documentation/IR.md | 22 +++-------------------
 example.c           | 10 ----------
 flow.c              |  4 +---
 linearize.c         | 18 ++++--------------
 linearize.h         | 19 ++++---------------
 liveness.c          | 15 +--------------
 sparse-llvm.c       |  8 +-------
 7 files changed, 14 insertions(+), 82 deletions(-)

-- 
2.16.0


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

end of thread, other threads:[~2018-02-14 21:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-14  1:08 [PATCH 0/5] IR cleanup Luc Van Oostenryck
2018-02-14  1:08 ` [PATCH 1/5] IR: fix typo in IR doc Luc Van Oostenryck
2018-02-14  1:08 ` [PATCH 2/5] IR: remove now unused OP_LNOP & OP_SNOP Luc Van Oostenryck
2018-02-14  1:08 ` [PATCH 3/5] IR: remove never-generated instructions Luc Van Oostenryck
2018-02-14  5:08   ` Dibyendu Majumdar
2018-02-14 21:48     ` Luc Van Oostenryck
2018-02-14  1:08 ` [PATCH 4/5] IR: let .cond unionize with .src and not .target Luc Van Oostenryck
2018-02-14  1:08 ` [PATCH 5/5] IR: let OP_COMPUTEGOTO use .src instead of .target 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).