This is an archive of the discontinued LLVM Phabricator instance.

[NFC][Regalloc] Factor types that would be used by the eviction advisor
ClosedPublic

Authored by mtrofin on Nov 15 2021, 11:45 AM.

Details

Summary

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

Diff Detail