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

Jeffrey Byrnes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 14:15:35 PDT 2022


jrbyrnes updated this revision to Diff 450403.
jrbyrnes marked 2 inline comments as done.
jrbyrnes added a comment.

Address Review comments.

Bring in the precommit tests.

Use the PipelineSolver from IGroupLP mutation (not just sched_group_barrier mutation).

Add IGLP tests -- currently, only supports one hardcoded pipeline.


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/igrouplp-dag-mutation.ll
  llvm/test/CodeGen/AMDGPU/igrouplp-dag-mutation.mir
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.sched.group.barrier.ll
  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.450403.patch
Type: text/x-patch
Size: 164239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220805/f6cdbe13/attachment.bin>


More information about the llvm-commits mailing list