[PATCH] D65288: AMDGPU: Disable the load and store cluster mutations for the schedulers

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 25 09:20:55 PDT 2019


rampitec requested changes to this revision.
rampitec added a comment.
This revision now requires changes to proceed.

That is known clustering increases register pressure. However in our experiments it gives performance benefits by better cache utilization. Clustering might need a tuning, but not disabled.

You can add an option to disable them though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65288





More information about the llvm-commits mailing list