[PATCH] D144233: [amdgpu] Implement dynamic LDS accesses from non-kernel functions

Jon Chesterfield via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 09:07:28 PDT 2023


JonChesterfield added a comment.

lds-frame-extern.ll test interacts badly with the always inline pass which doesn't appear to have a hook to disable it. Considering what to do about that, would rather separate the inliner change from the additional lowering, might move that test case change into a separate patch.

It might be better to move the frame lowering code around separate to this patch, will see how that looks


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144233



More information about the llvm-commits mailing list