AMDGPU/SILowerI1Copies: refactor phi incoming handling [NFC] (#72374)
Incoming block, incoming Register and updated incoming Register that correspond to the same incoming of a phi are kept on same index in different vectors. Use structure with fields: block, register and updated register instead.
Loading
Please sign in to comment