[PATCH] D46781: [AMDGPU] Fix amdgpu-waves-per-eu accounting in scheduler

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 11 15:41:05 PDT 2018


rampitec created this revision.
rampitec added a reviewer: vpykhtin.
Herald added subscribers: javed.absar, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, kzhuravl, arsenm.

We cannot query this attribute from a subtarget given a machine function.
At this point attribute itself is already unavailable and can only be obtained through MFI.


https://reviews.llvm.org/D46781

Files:
  lib/Target/AMDGPU/GCNIterativeScheduler.cpp
  lib/Target/AMDGPU/GCNSchedStrategy.cpp
  test/CodeGen/AMDGPU/schedule-regpressure-limit3.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46781.146431.patch
Type: text/x-patch
Size: 43908 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180511/d01fc23c/attachment.bin>


More information about the llvm-commits mailing list