linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] fix & extend mask related testcases
@ 2020-09-06 12:40 Luc Van Oostenryck
  2020-09-06 12:40 ` [PATCH 1/3] add more testcases for existing AND/OR simplifications Luc Van Oostenryck
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Luc Van Oostenryck @ 2020-09-06 12:40 UTC (permalink / raw)
  To: linux-sparse; +Cc: Luc Van Oostenryck

This is a preparatory step for some incoming series.

Luc Van Oostenryck (3):
  add more testcases for existing AND/OR simplifications
  add more testcases for AND/OR simplification
  optim: fix some testcases related to bitfield manipulation

 validation/optim/and-lsr-or-shl0.c  | 12 ++++++++++++
 validation/optim/and-lsr-or-shl1.c  | 12 ++++++++++++
 validation/optim/and-shl-or-and0.c  | 13 +++++++++++++
 validation/optim/and-shl-or-lsr0.c  | 13 +++++++++++++
 validation/optim/lsr-or-and0.c      | 23 +++++++++++++++++++++++
 validation/optim/lsr-or-lsr0.c      | 20 ++++++++++++++++++++
 validation/optim/sext.c             |  7 +++----
 validation/optim/shl-or-constant0.c | 12 ++++++++++++
 validation/optim/shl-or-constant1.c | 12 ++++++++++++
 validation/optim/shl-or-constant2.c | 12 ++++++++++++
 validation/optim/trunc-or-shl.c     |  4 +++-
 validation/optim/trunc-or-shl0.c    | 19 +++++++++++++++++++
 12 files changed, 154 insertions(+), 5 deletions(-)
 create mode 100644 validation/optim/and-lsr-or-shl0.c
 create mode 100644 validation/optim/and-lsr-or-shl1.c
 create mode 100644 validation/optim/and-shl-or-and0.c
 create mode 100644 validation/optim/and-shl-or-lsr0.c
 create mode 100644 validation/optim/lsr-or-and0.c
 create mode 100644 validation/optim/lsr-or-lsr0.c
 create mode 100644 validation/optim/shl-or-constant0.c
 create mode 100644 validation/optim/shl-or-constant1.c
 create mode 100644 validation/optim/shl-or-constant2.c
 create mode 100644 validation/optim/trunc-or-shl0.c

-- 
2.28.0


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

end of thread, other threads:[~2020-09-06 21:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-06 12:40 [PATCH 0/3] fix & extend mask related testcases Luc Van Oostenryck
2020-09-06 12:40 ` [PATCH 1/3] add more testcases for existing AND/OR simplifications Luc Van Oostenryck
2020-09-06 16:12   ` Ramsay Jones
2020-09-06 18:52     ` Luc Van Oostenryck
2020-09-06 12:40 ` [PATCH 2/3] add more testcases for AND/OR simplification Luc Van Oostenryck
2020-09-06 16:38   ` Ramsay Jones
2020-09-06 16:46     ` Ramsay Jones
2020-09-06 19:10     ` Luc Van Oostenryck
2020-09-06 20:12       ` Ramsay Jones
2020-09-06 21:15         ` Luc Van Oostenryck
2020-09-06 12:40 ` [PATCH 3/3] optim: fix some testcases related to bitfield manipulation 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).