We are reusing that logic in the ML implementation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D116075
[NFC][regalloc] Pull out some AllocationOrder/CostPerUseLimit eviction logic ClosedPublic Authored by mtrofin on Dec 20 2021, 8:13 PM.
Details Summary We are reusing that logic in the ML implementation.
Diff Detail
Event TimelineHerald added subscribers: hiraditya, qcolombet, MatzeB. · View Herald TranscriptDec 20 2021, 8:13 PM This revision is now accepted and ready to land.Jan 3 2022, 12:18 AM This revision was landed with ongoing or failed builds.Jan 10 2022, 3:47 PM Closed by commit rGb191c1f0f9f8: [NFC][regalloc] Pull out some AllocationOrder/CostPerUseLimit eviction logic (authored by mtrofin). · Explain Why This revision was automatically updated to reflect the committed changes. mtrofin marked an inline comment as done.
Revision Contents
Diff 398762 llvm/lib/CodeGen/RegAllocEvictionAdvisor.h
llvm/lib/CodeGen/RegAllocGreedy.cpp
|
I assume MCRegister::NoRegister == 0?