All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] floating-point literals
@ 2017-04-12  9:29 Luc Van Oostenryck
  2017-04-12  9:29 ` [PATCH 1/2] add OP_SETFVAL Luc Van Oostenryck
  2017-04-12  9:29 ` [PATCH 2/2] CSE: support CSE of floating-point literal Luc Van Oostenryck
  0 siblings, 2 replies; 3+ messages in thread
From: Luc Van Oostenryck @ 2017-04-12  9:29 UTC (permalink / raw)
  To: linux-sparse; +Cc: Christopher Li, Luc Van Oostenryck

The goal of this series is to simplify the handling
of floating-point literals and as an added bonus, to
make possible the CSE of those literals.

This series is available at:
	git://github.com/lucvoo/sparse.git cse-setfval
based on commit:
	604e7ef9c37100c4ca3dc0b3bee00d114e265684 (fix-f2i-casts)
up to commit:
	c9585071d02590f40175ea90c395d15ef70e9a1e

Luc Van Oostenryck (2):
  add OP_SETFVAL
  CSE: support CSE of floating-point literal

 Documentation/instructions.txt      | 12 ++++++----
 cse.c                               | 11 +++++++++
 linearize.c                         | 18 ++++++++++----
 linearize.h                         |  4 ++++
 liveness.c                          |  1 +
 simplify.c                          |  1 +
 sparse-llvm.c                       | 16 +++++++++----
 validation/cast-constant-to-float.c |  6 ++---
 validation/cast-constants.c         | 20 ++++++++--------
 validation/fp-ops.c                 |  2 +-
 validation/optim/bool-context-fp.c  | 47 +++++++++++++++++++++++++++++++++++++
 validation/optim/cse-setfval.c      | 12 ++++++++++
 12 files changed, 123 insertions(+), 27 deletions(-)
 create mode 100644 validation/optim/bool-context-fp.c
 create mode 100644 validation/optim/cse-setfval.c

-- 
2.12.0


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

end of thread, other threads:[~2017-04-12  9:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-12  9:29 [PATCH 0/2] floating-point literals Luc Van Oostenryck
2017-04-12  9:29 ` [PATCH 1/2] add OP_SETFVAL Luc Van Oostenryck
2017-04-12  9:29 ` [PATCH 2/2] CSE: support CSE of floating-point literal Luc Van Oostenryck

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.