[all-commits] [llvm/llvm-project] 82492f: [NFC][Regalloc] Share the VirtRegAuxInfo object wi...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Fri Feb 19 07:55:19 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82492f24ffa74825cc7990aa7e06b6b0b8c32e81
https://github.com/llvm/llvm-project/commit/82492f24ffa74825cc7990aa7e06b6b0b8c32e81
Author: Mircea Trofin <mtrofin at google.com>
Date: 2021-02-19 (Fri, 19 Feb 2021)
Changed paths:
M llvm/include/llvm/CodeGen/LiveRangeEdit.h
M llvm/include/llvm/CodeGen/Spiller.h
M llvm/lib/CodeGen/InlineSpiller.cpp
M llvm/lib/CodeGen/LiveRangeEdit.cpp
M llvm/lib/CodeGen/RegAllocBasic.cpp
M llvm/lib/CodeGen/RegAllocGreedy.cpp
M llvm/lib/CodeGen/RegAllocPBQP.cpp
M llvm/lib/CodeGen/SplitKit.cpp
M llvm/lib/CodeGen/SplitKit.h
Log Message:
-----------
[NFC][Regalloc] Share the VirtRegAuxInfo object with LiveRangeEdit
VirtRegAuxInfo is an extensibility point, so the register allocator's
decision on which implementation to use should be communicated to the
other users - namely, LiveRangeEdit.
Differential Revision: https://reviews.llvm.org/D96898
More information about the All-commits
mailing list