Re: [PATCH] x86: Update gcc.target/i386/apx-interrupt-1.c

2025-04-16 Thread H.J. Lu
On Tue, Apr 15, 2025 at 12:19 PM Uros Bizjak wrote: > > On Tue, Apr 15, 2025 at 2:23 PM H.J. Lu wrote: > > > > On Tue, Apr 15, 2025 at 12:45 AM Uros Bizjak wrote: > > > > > > On Tue, Apr 15, 2025 at 1:06 AM H.J. Lu wrote: > > > > > > > > ix86_add_cfa_restore_note omits the REG_CFA_RESTORE REG n

Re: [PATCH] x86: Update gcc.target/i386/apx-interrupt-1.c

2025-04-15 Thread Uros Bizjak
On Tue, Apr 15, 2025 at 2:23 PM H.J. Lu wrote: > > On Tue, Apr 15, 2025 at 12:45 AM Uros Bizjak wrote: > > > > On Tue, Apr 15, 2025 at 1:06 AM H.J. Lu wrote: > > > > > > ix86_add_cfa_restore_note omits the REG_CFA_RESTORE REG note for registers > > > pushed in red-zone. Since > > > > > > commit

[PATCH] x86: Update gcc.target/i386/apx-interrupt-1.c

2025-04-15 Thread H.J. Lu
ix86_add_cfa_restore_note omits the REG_CFA_RESTORE REG note for registers pushed in red-zone. Since commit 0a074b8c7e79f9d9359d044f1499b0a9ce9d2801 Author: H.J. Lu Date: Sun Apr 13 12:20:42 2025 -0700 APX: Don't use red-zone with 32 GPRs and no caller-saved registers disabled red-zone,

Re: [PATCH] x86: Update gcc.target/i386/apx-interrupt-1.c

2025-04-15 Thread H.J. Lu
On Tue, Apr 15, 2025 at 12:45 AM Uros Bizjak wrote: > > On Tue, Apr 15, 2025 at 1:06 AM H.J. Lu wrote: > > > > ix86_add_cfa_restore_note omits the REG_CFA_RESTORE REG note for registers > > pushed in red-zone. Since > > > > commit 0a074b8c7e79f9d9359d044f1499b0a9ce9d2801 > > Author: H.J. Lu > >

Re: [PATCH] x86: Update gcc.target/i386/apx-interrupt-1.c

2025-04-15 Thread Uros Bizjak
On Tue, Apr 15, 2025 at 1:06 AM H.J. Lu wrote: > > ix86_add_cfa_restore_note omits the REG_CFA_RESTORE REG note for registers > pushed in red-zone. Since > > commit 0a074b8c7e79f9d9359d044f1499b0a9ce9d2801 > Author: H.J. Lu > Date: Sun Apr 13 12:20:42 2025 -0700 > > APX: Don't use red-zone