Loading
[AMDGPU] Refactor setreg handling in the VGPR MSB lowering (#186491)
It can skip inserting S_SET_VGPR_MSB if we set the mode via piggybacking. We are now relying on the HW bug for correct behavior. If/when the bug is fixed lowering will be incorrect. SETREG is not a piggybacking target anymore. Instead piggybacking is disabled if we have seen a SETREG since the last mode change.