[PATCH] D132835: [NFC][Regalloc] Introduce the RegAllocPriorityAdvisorAnalysis

Eric Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 01:52:50 PDT 2022


Flpha0830 created this revision.
Herald added subscribers: hiraditya, qcolombet, MatzeB.
Herald added a project: All.
Flpha0830 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch introduces the priority analysis and the priority advisor,
the default implementation, and the scaffolding for introducing the
other implementations of the advisor.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132835

Files:
  llvm/include/llvm/InitializePasses.h
  llvm/lib/CodeGen/RegAllocGreedy.cpp
  llvm/lib/CodeGen/RegAllocGreedy.h
  llvm/lib/CodeGen/RegAllocPriorityAdvisor.cpp
  llvm/lib/CodeGen/RegAllocPriorityAdvisor.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132835.456285.patch
Type: text/x-patch
Size: 10312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220829/f3e7a5c1/attachment.bin>


More information about the llvm-commits mailing list