[PATCH] D102334: [AMDGPU] Sort LDS globals based on thier size and alignment.

Jon Chesterfield via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 12 10:47:23 PDT 2021


JonChesterfield added a comment.

This seems to put all variables into one struct. I was suggesting a struct type and instance per kernel, populated by the subset of variables that can be accessed by kernel and functions called by it. Strictly speaking this does do that, but the subset can usually be smaller than the set of all variables in the module.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102334



More information about the llvm-commits mailing list