[all-commits] [llvm/llvm-project] c39311: [RegisterCoalescer] Use LiveRangeEdit to handle re...
weiguozhi via All-commits
all-commits at lists.llvm.org
Wed Sep 21 10:55:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c39311eb4002dc99219202d174258ac869b99970
https://github.com/llvm/llvm-project/commit/c39311eb4002dc99219202d174258ac869b99970
Author: Guozhi Wei <carrot at google.com>
Date: 2022-09-21 (Wed, 21 Sep 2022)
Changed paths:
M llvm/include/llvm/CodeGen/LiveRangeEdit.h
M llvm/lib/CodeGen/LiveRangeEdit.cpp
M llvm/lib/CodeGen/RegisterCoalescer.cpp
Log Message:
-----------
[RegisterCoalescer] Use LiveRangeEdit to handle rematerialization
This patch uses the API provided by LiveRangeEdit to handle rematerialization.
It will make future maintenance and improvement more easier.
No functional change.
Differential Revision: https://reviews.llvm.org/D133610
More information about the All-commits
mailing list