[PATCH] D98976: [CodeGen] Use ProcResGroup information in SchedBoundary

David Penry via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 19 11:46:49 PDT 2021


dpenry created this revision.
Herald added subscribers: ecnelises, javed.absar, hiraditya, MatzeB.
dpenry requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

When the ProcResGroup has BufferSize=0, treat it as if the
contained resources are also using a group resource instance,
which can be requested separately.  Used to model parallel
uses from a pool of resources.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98976

Files:
  llvm/include/llvm/CodeGen/MachineScheduler.h
  llvm/lib/CodeGen/MachineScheduler.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98976.331962.patch
Type: text/x-patch
Size: 15970 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210319/9aee6ac8/attachment.bin>


More information about the llvm-commits mailing list