[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
Fri May 14 15:26:13 PDT 2021


arsenm added a comment.

Can this go into an analysis pass or something? It seems unfortunate that every single function is going to end up doing this same walk through the module


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