mbox series

[0/5] use replace_with_pseudo() for simplify_memops()

Message ID 20201129144922.56209-1-luc.vanoostenryck@gmail.com (mailing list archive)
Headers show
Series use replace_with_pseudo() for simplify_memops() | expand

Message

Luc Van Oostenryck Nov. 29, 2020, 2:49 p.m. UTC
This series contains a few patches related to replace_with_pseudo()
in preparation for some more consequential changes in memops
simplification.

Luc Van Oostenryck (5):
  let replace_with_pseudo() use kill_instruction()
  make a header for simplification
  make replace_with_pseudo() extern
  memops: move rewrite_load_instruction() here
  replace convert_load_instruction() by replace_with_pseudo()

 flow.c     | 48 +-----------------------------------------------
 flow.h     |  3 ---
 memops.c   | 46 ++++++++++++++++++++++++++++++++++++++++++++--
 optimize.c |  1 +
 simplify.c | 21 +++------------------
 simplify.h | 10 ++++++++++
 ssa.c      |  9 +++++----
 7 files changed, 64 insertions(+), 74 deletions(-)
 create mode 100644 simplify.h