mbox series

[0/4] small reorganization of OP_SLICE

Message ID 20210225233908.97275-1-luc.vanoostenryck@gmail.com (mailing list archive)
Headers show
Series small reorganization of OP_SLICE | expand

Message

Luc Van Oostenryck Feb. 25, 2021, 11:39 p.m. UTC
Slightly reorganize OP_SLICE instructions in preparation for
some incoming changes involving them.

Luc Van Oostenryck (4):
  slice: remove unneeded len from OP_SLICE
  slice: remove unneeded nr_nrbits from EXPR_SLICE
  slice: OP_SLICE needs the source's type: make it a kind of unop
  slice: display the source's size, like for unops

 Documentation/IR.rst | 2 +-
 evaluate.c           | 1 -
 expression.h         | 2 +-
 linearize.c          | 6 +++---
 linearize.h          | 5 +----
 liveness.c           | 5 +----
 show-parse.c         | 2 +-
 7 files changed, 8 insertions(+), 15 deletions(-)