[PATCH] D130329: [AMDGPU] Aggressively schedule to reduce RP in occupancy limited regions

Austin Kerbow via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 09:41:54 PDT 2022


kerbowa updated this revision to Diff 446877.
kerbowa added a comment.

Fix not running unclustred pass on non-excess RP regions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130329

Files:
  llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
  llvm/lib/Target/AMDGPU/GCNSchedStrategy.h
  llvm/lib/Target/AMDGPU/GCNSubtarget.h
  llvm/test/CodeGen/AMDGPU/GlobalISel/combine-fma-add-fma-mul.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.large.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/mul.ll
  llvm/test/CodeGen/AMDGPU/agpr-copy-no-free-registers.ll
  llvm/test/CodeGen/AMDGPU/debug-value-scheduler.mir
  llvm/test/CodeGen/AMDGPU/high-RP-reschedule.mir
  llvm/test/CodeGen/AMDGPU/load-constant-i16.ll
  llvm/test/CodeGen/AMDGPU/load-global-i16.ll
  llvm/test/CodeGen/AMDGPU/machine-scheduler-sink-trivial-remats.mir
  llvm/test/CodeGen/AMDGPU/pr51516.mir
  llvm/test/CodeGen/AMDGPU/promote-constOffset-to-imm.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130329.446877.patch
Type: text/x-patch
Size: 164409 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220722/1c8c6dfc/attachment.bin>


More information about the llvm-commits mailing list