[PATCH] D133610: [RegisterCoalescer] Use LiveRangeEdit to handle rematerialization

Guozhi Wei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 13:07:20 PDT 2022


Carrot created this revision.
Carrot added reviewers: MatzeB, arsenm, rampitec.
Herald added subscribers: tpr, hiraditya, qcolombet.
Herald added a project: All.
Carrot requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

This patch uses the API provided by LiveRangeEdit to handle rematerialization. It will make future maintenance and improvement more easier.

No functional change.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133610

Files:
  llvm/include/llvm/CodeGen/LiveRangeEdit.h
  llvm/lib/CodeGen/LiveRangeEdit.cpp
  llvm/lib/CodeGen/RegisterCoalescer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133610.459143.patch
Type: text/x-patch
Size: 5548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220909/6a0176c6/attachment.bin>


More information about the llvm-commits mailing list