[PATCH] D102401: [AMDGPU] Allocate LDS globals in sorted order of their alignment and size.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 17 06:30:36 PDT 2021


arsenm added a comment.

If we already have a pass that condenses the LDS globals into a single variable to access, what is the advantage of this? Why can't we just always do that compacting and codegen will then not have to worry about optimal LDS packing since it will only see the one global


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102401



More information about the llvm-commits mailing list