[all-commits] [llvm/llvm-project] 19e6b7: [NFC][Regalloc] Factor types that would be used by...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Mon Nov 15 13:15:49 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 19e6b730cec31a92c732c160466f20282d02d801
https://github.com/llvm/llvm-project/commit/19e6b730cec31a92c732c160466f20282d02d801
Author: Mircea Trofin <mtrofin at google.com>
Date: 2021-11-15 (Mon, 15 Nov 2021)
Changed paths:
A llvm/lib/CodeGen/RegAllocEvictionAdvisor.h
M llvm/lib/CodeGen/RegAllocGreedy.cpp
Log Message:
-----------
[NFC][Regalloc] Factor types that would be used by the eviction advisor
This is in prepartion of pulling the eviction decision-making into an
analysis pass, which would then allow swapping that decision making
process.
RFC: https://lists.llvm.org/pipermail/llvm-dev/2021-November/153639.html
Differential Revision: https://reviews.llvm.org/D113929
More information about the All-commits
mailing list