[PATCH] D130869: [AMDGPU] Add GCNMaxILPSchedStrategy

Austin Kerbow via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 31 23:26:48 PDT 2022


kerbowa created this revision.
kerbowa added reviewers: rampitec, vpykhtin, vangthao95, jrbyrnes.
Herald added subscribers: kosarev, jsilvanus, foad, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl, arsenm.
Herald added a project: All.
kerbowa requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

Creates a new scheduling strategy that attempts to maximize ILP for a single
wave.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130869

Files:
  llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
  llvm/lib/Target/AMDGPU/GCNSchedStrategy.h
  llvm/test/CodeGen/AMDGPU/schedule-ilp.ll
  llvm/test/CodeGen/AMDGPU/schedule-regpressure-limit.ll
  llvm/test/CodeGen/AMDGPU/schedule-regpressure-limit2.ll
  llvm/test/CodeGen/AMDGPU/schedule-regpressure-limit3.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130869.448922.patch
Type: text/x-patch
Size: 23684 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220801/f1102238/attachment.bin>


More information about the llvm-commits mailing list