Re: [PATCH] RISC-V: propgue/epilogue expansion code minor changes [NFC]

2024-05-15 Thread Vineet Gupta
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.

Re: [PATCH] RISC-V: propgue/epilogue expansion code minor changes [NFC]

2024-05-15 Thread Jeff Law
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.

[PATCH] RISC-V: propgue/epilogue expansion code minor changes [NFC]

2024-05-15 Thread Vineet Gupta
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