On 5/15/24 12:32, Jeff Law wrote:
>
> On 5/15/24 12:55 PM, Vineet Gupta wrote:
>> Saw this little room for improvement in current debugging of
>> prologue/epilogue expansion code.
>>
>> ---
>>
>> Use the following pattern consistently
>> `RTX_FRAME_RELATED_P (gen_insn (insn)) = 1`
>>
>> vs.
On 5/15/24 12:55 PM, Vineet Gupta wrote:
Saw this little room for improvement in current debugging of
prologue/epilogue expansion code.
---
Use the following pattern consistently
`RTX_FRAME_RELATED_P (gen_insn (insn)) = 1`
vs. calling gen_insn around apriori gen_xxx_insn () calls.
Saw this little room for improvement in current debugging of
prologue/epilogue expansion code.
---
Use the following pattern consistently
`RTX_FRAME_RELATED_P (gen_insn (insn)) = 1`
vs. calling gen_insn around apriori gen_xxx_insn () calls.
This reduces weird indentations which are done