[PATCH] D104023: [AMDGPU] Make sure that the size of module (or kernel) lds struct is multiple of its alignment.

Mahesha S via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 10 19:39:54 PDT 2021


hsmhsm abandoned this revision.
hsmhsm added a comment.

module (and kernel) lds struct is a special case, where we do not need padding at the end of struct, I realized it later. Hence, this patch does not make sense, abandoning it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104023



More information about the llvm-commits mailing list