Re: [PATCH v2] x86: Properly find the maximum stack slot alignment

2025-02-13 Thread Uros Bizjak
On Thu, Feb 13, 2025 at 9:31 AM H.J. Lu wrote: > > Don't assume that stack slots can only be accessed by stack or frame > registers. We first find all registers defined by stack or frame > registers. Then check memory accesses by such registers, including > stack and frame registers. > > gcc/ >

Re: [PATCH v2] x86: Properly find the maximum stack slot alignment

2023-07-24 Thread H.J. Lu via Gcc-patches
On Mon, Jul 10, 2023 at 3:32 AM Richard Biener wrote: > > On Fri, Jul 7, 2023 at 5:14 PM H.J. Lu via Gcc-patches > wrote: > > > > Don't assume that stack slots can only be accessed by stack or frame > > registers. We first find all registers defined by stack or frame > > registers. Then check m

Re: [PATCH v2] x86: Properly find the maximum stack slot alignment

2023-07-10 Thread Richard Biener via Gcc-patches
On Fri, Jul 7, 2023 at 5:14 PM H.J. Lu via Gcc-patches wrote: > > Don't assume that stack slots can only be accessed by stack or frame > registers. We first find all registers defined by stack or frame > registers. Then check memory accesses by such registers, including > stack and frame registe