Re: [PATCH V3] x86: Enable separate shrink wrapping

2025-06-17 Thread Uros Bizjak
On Tue, Jun 17, 2025 at 4:03 PM Cui, Lili wrote: > > From: Lili Cui > > Hi Uros, > > This is patch v3, the main changes are as follows. > > 1. Added a pro_epilogue_adjust_stack_add_nocc in i386.md to add memory > clobber for lea/mov. > 2. Adjusted some formatting issues. > 3. Added scan-rtl-dump

[PATCH V3] x86: Enable separate shrink wrapping

2025-06-17 Thread Cui, Lili
From: Lili Cui Hi Uros, This is patch v3, the main changes are as follows. 1. Added a pro_epilogue_adjust_stack_add_nocc in i386.md to add memory clobber for lea/mov. 2. Adjusted some formatting issues. 3. Added scan-rtl-dumps for ia32 in shrink_wrap_separate.C. Collected spec2017 performance