[PATCH] D116075: [NFC][regalloc] Pull out some AllocationOrder/CostPerUseLimit eviction logic
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 10 14:33:16 PST 2022
mtrofin marked an inline comment as done.
mtrofin added inline comments.
================
Comment at: llvm/lib/CodeGen/RegAllocGreedy.cpp:1093
<< MinCost << ", no cheaper registers to be found.\n");
- return 0;
}
----------------
yundiqian wrote:
> I assume MCRegister::NoRegister == 0?
yes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116075/new/
https://reviews.llvm.org/D116075
More information about the llvm-commits
mailing list