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

Eric Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 3 23:05:08 PDT 2022


Flpha0830 updated this revision to Diff 457837.
Flpha0830 added a comment.
Herald added subscribers: kosarev, pcwang-thead, frasercrmck, kerbowa, luismarques, apazos, sameer.abuasal, pengfei, s.egerton, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, MaskRay, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, jvesely, nemanjai.

make the constuctor simpler, modify pipelines and add a test


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132835/new/

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
  llvm/test/CodeGen/AArch64/O3-pipeline.ll
  llvm/test/CodeGen/AMDGPU/llc-pipeline.ll
  llvm/test/CodeGen/Generic/llc-start-stop.ll
  llvm/test/CodeGen/MLRegalloc/default-priority-advisor.ll
  llvm/test/CodeGen/PowerPC/O3-pipeline.ll
  llvm/test/CodeGen/RISCV/O3-pipeline.ll
  llvm/test/CodeGen/X86/opt-pipeline.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132835.457837.patch
Type: text/x-patch
Size: 16279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220904/15e8d4c3/attachment.bin>


More information about the llvm-commits mailing list