[PATCH] D130797: [AMDGPU] Implement pipeline solver for non-trivial pipelines

Jeffrey Byrnes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 14:21:54 PDT 2022


jrbyrnes updated this revision to Diff 449439.
jrbyrnes marked 15 inline comments as done.
jrbyrnes added a comment.

Address Review Comments.

Refactor to decouple SchedBarrierDAGMutation and PipelineSolver a bit -- conver the data structures in PipelineSolver rather than having SchedBarrierDAGMutation construct data structures in a way that is amenable to PipelineSolver parsing


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130797

Files:
  llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.cpp
  llvm/test/CodeGen/AMDGPU/sched-group-barrier-pipeline-solver.mir
  llvm/test/CodeGen/AMDGPU/sched-group-barrier-pre-RA.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130797.449439.patch
Type: text/x-patch
Size: 64997 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220802/c9046b80/attachment.bin>


More information about the llvm-commits mailing list