[AMDGPU] use scalar shift for SALU users in frame index elimination
In the frame index lowering we have to insert shift and add instructions to adjust stack object access. We need to take care of the stack object user kind and use scalar shift/add for scalar users. Reviewed By: rampitec Differential Revision: https://reviews.llvm.org/D121524
Loading
Please sign in to comment