linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
To: linux-sparse@vger.kernel.org
Cc: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Subject: [PATCH 0/5] IR cleanup
Date: Wed, 14 Feb 2018 02:08:38 +0100	[thread overview]
Message-ID: <20180214010843.23651-1-luc.vanoostenryck@gmail.com> (raw)

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


             reply	other threads:[~2018-02-14  1:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-14  1:08 Luc Van Oostenryck [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180214010843.23651-1-luc.vanoostenryck@gmail.com \
    --to=luc.vanoostenryck@gmail.com \
    --cc=linux-sparse@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).