You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AMDGPU] Fix using wrong register in frame index shift (llvm#101649)
In case of v_mad we have materialized the offset in vgpr and mad is
performed in wave space, later vgpr have to be shifted back in lane
space. [llvm#99556](llvm#99556)
introduces a bug.
Co-authored-by: Pankajdwivedi-25 <[email protected]>
Change-Id: Ic02338cf087cb3c95964b7273609a73a3e7b2d03
0 commit comments