[PATCH] D73386: [AMDGPU] Attempt to reschedule withou clustering

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 24 15:32:36 PST 2020


rampitec created this revision.
rampitec added reviewers: foad, kerbowa, vpykhtin.
Herald added subscribers: hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl, arsenm.
Herald added a project: LLVM.

We want to have more load/store clustering but we also want
to maintain low register pressure which are oposit targets.
Allow scheduler to reschedule regions without mutations
applied if we hit a register limit.


https://reviews.llvm.org/D73386

Files:
  llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
  llvm/lib/Target/AMDGPU/GCNSchedStrategy.h
  llvm/test/CodeGen/AMDGPU/schedule-regpressure-limit-clustering.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73386.240311.patch
Type: text/x-patch
Size: 7365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200124/06ebf4ef/attachment.bin>


More information about the llvm-commits mailing list