[PATCH] D67299: AMDGPU: Avoid repeating a little work in the scheduler

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 13:10:49 PDT 2019


rampitec accepted this revision.
rampitec added a comment.
This revision is now accepted and ready to land.

LGTM, but I believe they are trivial:

  unsigned SGPRSetID;
  unsigned VGPRSetID;

...

  unsigned getSGPRPressureSet() const { return SGPRSetID; };
  unsigned getVGPRPressureSet() const { return VGPRSetID; };


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

https://reviews.llvm.org/D67299





More information about the llvm-commits mailing list