[all-commits] [llvm/llvm-project] 43d347: [NFC][MC] Use MCRegister in LiveRangeMatrix
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Mon Oct 12 08:54:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 43d347995c33a5f48f0b4d9cf3d541a1f6ba66c6
https://github.com/llvm/llvm-project/commit/43d347995c33a5f48f0b4d9cf3d541a1f6ba66c6
Author: Mircea Trofin <mtrofin at google.com>
Date: 2020-10-12 (Mon, 12 Oct 2020)
Changed paths:
M llvm/include/llvm/CodeGen/LiveRegMatrix.h
M llvm/lib/CodeGen/LiveRegMatrix.cpp
M llvm/lib/CodeGen/RegAllocBase.cpp
M llvm/lib/CodeGen/RegAllocBase.h
M llvm/lib/CodeGen/RegAllocBasic.cpp
M llvm/lib/CodeGen/RegAllocGreedy.cpp
M llvm/lib/Target/AMDGPU/GCNNSAReassign.cpp
M llvm/lib/Target/AMDGPU/GCNRegBankReassign.cpp
M llvm/lib/Target/AMDGPU/SIPreAllocateWWMRegs.cpp
Log Message:
-----------
[NFC][MC] Use MCRegister in LiveRangeMatrix
The change starts from LiveRangeMatrix and also checks the users of the
APIs are typed accordingly.
Differential Revision: https://reviews.llvm.org/D89145
More information about the All-commits
mailing list