"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "885ed8240e878784b23c38b11ffac05cad7c4a60"
[AMDGPU] Increase alignment of LDS globals if necessary before LDS lowering.
Before packing LDS globals into a sorted structure, make sure that their alignment is properly updated based on their size. This will make sure that the members of sorted structure are properly aligned, and hence it will further reduce the probability of unaligned LDS access. Reviewed By: rampitec Differential Revision: https://reviews.llvm.org/D103261
Loading
Please register or sign in to comment