Hello,
On 27/10/25 7:11 pm, Jeff Law wrote:
>
>> + if (GET_CODE (tem) == SUBREG)
>> + {
>> + if (subreg_lowpart_p (tem))
>> + tem = SUBREG_REG (tem);
>> + else
>> + goto no_xform;
>> + }
> Does this happen often enough to matter?
Sorry, forgot to answer this, Yes we hit cases like (SUBREG (LSHIFTRT (SUBREG
something))).Kishan
