If an SGPR vector is indexed with a VGPR, the actual indexing will be
done on the SGPR and produce an SGPR. A copy needs to be inserted
inside the waterwall loop to the VGPR result.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Use a V_MOV_B32 directly instead of a copy. The copy was sinking out of the waterfall loop