[PATCH] D103261: [AMDGPU] Fix natural alignment of LDS globals during LDS lowering.
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 27 12:39:36 PDT 2021
rampitec added a comment.
In D103261#2785541 <https://reviews.llvm.org/D103261#2785541>, @arsenm wrote:
> Do we actually see underaligned LDS variables in practice? What if the user is forcing a lower alignment to prioritize space utilization?
It shall be mostly cases like "local char a[2]; local short b[3];" etc.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103261/new/
https://reviews.llvm.org/D103261
More information about the llvm-commits
mailing list