[all-commits] [llvm/llvm-project] 5ca250: [RegAlloc] Remove addAllocPriorityToGlobalRanges hook
Qiu Chaofan via All-commits
all-commits at lists.llvm.org
Tue Aug 17 19:22:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ca250a03dfed83114926aa89759fe011fb837cb
https://github.com/llvm/llvm-project/commit/5ca250a03dfed83114926aa89759fe011fb837cb
Author: Qiu Chaofan <qiucofan at cn.ibm.com>
Date: 2021-08-18 (Wed, 18 Aug 2021)
Changed paths:
M llvm/include/llvm/CodeGen/TargetRegisterInfo.h
M llvm/lib/CodeGen/RegAllocGreedy.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.h
M llvm/lib/Target/PowerPC/PPCRegisterInfo.h
Log Message:
-----------
[RegAlloc] Remove addAllocPriorityToGlobalRanges hook
It was introduced in 1a6dc92 and only enabled on PowerPC/AMDGPU. That
should be enabled for all targets.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D108010
More information about the All-commits
mailing list