[PATCH] D116114: [NFC][regalloc] Introduce RegAllocGreedy.h
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 21 08:48:51 PST 2021
mtrofin created this revision.
mtrofin added reviewers: wenlei, qcolombet, MatzeB.
Herald added a subscriber: hiraditya.
mtrofin requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This was suggested in D114831 <https://reviews.llvm.org/D114831>. It should simplify the relation between
eviction advisor and the allocator, and simplify ingesting more features
tied to the internals of the allocator, in the future.
This change simply pulls out RAGreedy, places it in the llvm namespace,
and cleans up a bit the includes in the new header file.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D116114
Files:
llvm/lib/CodeGen/RegAllocGreedy.cpp
llvm/lib/CodeGen/RegAllocGreedy.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116114.395697.patch
Type: text/x-patch
Size: 30504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211221/ddadb9a9/attachment.bin>
More information about the llvm-commits
mailing list