[PATCH] D85517: [Scheduling] Implement a new way to cluster loads/stores

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 06:17:49 PDT 2020


foad added a comment.

I've tested this patch by compiling several thousand shaders with the AMDGPU backend and analysing the generated code. It gives a nice ~ 4% increase in the average size of a load cluster (or equivalently a ~ 4% decrease in the total number of clusters, given that the total number of loads is unchanged).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85517



More information about the llvm-commits mailing list