On 12/15/18, H.J. Lu wrote:
> On Fri, Dec 14, 2018 at 04:04:02PM -0800, H.J. Lu wrote:
>> On Fri, Dec 14, 2018 at 3:24 PM Jeff Law wrote:
>> >
>> > On 12/14/18 4:01 PM, H.J. Lu wrote:
>> > > On Thu, Dec 13, 2018 at 11:11 PM Uros Bizjak
>> > > wrote:
>> > >> On Thu, Dec 13, 2018 at 6:36 PM H.J. L
On Fri, Dec 14, 2018 at 04:04:02PM -0800, H.J. Lu wrote:
> On Fri, Dec 14, 2018 at 3:24 PM Jeff Law wrote:
> >
> > On 12/14/18 4:01 PM, H.J. Lu wrote:
> > > On Thu, Dec 13, 2018 at 11:11 PM Uros Bizjak wrote:
> > >> On Thu, Dec 13, 2018 at 6:36 PM H.J. Lu wrote:
> > >>> get_frame_size () returns
On Fri, Dec 14, 2018 at 3:24 PM Jeff Law wrote:
>
> On 12/14/18 4:01 PM, H.J. Lu wrote:
> > On Thu, Dec 13, 2018 at 11:11 PM Uros Bizjak wrote:
> >> On Thu, Dec 13, 2018 at 6:36 PM H.J. Lu wrote:
> >>> get_frame_size () returns used stack slots during compilation, which
> >>> may be optimized ou
On 12/14/18 4:01 PM, H.J. Lu wrote:
> On Thu, Dec 13, 2018 at 11:11 PM Uros Bizjak wrote:
>> On Thu, Dec 13, 2018 at 6:36 PM H.J. Lu wrote:
>>> get_frame_size () returns used stack slots during compilation, which
>>> may be optimized out later. Since ix86_find_max_used_stack_alignment
>>> is cal
On Thu, Dec 13, 2018 at 11:11 PM Uros Bizjak wrote:
>
> On Thu, Dec 13, 2018 at 6:36 PM H.J. Lu wrote:
> >
> > get_frame_size () returns used stack slots during compilation, which
> > may be optimized out later. Since ix86_find_max_used_stack_alignment
> > is called by ix86_finalize_stack_frame_
On Thu, Dec 13, 2018 at 6:36 PM H.J. Lu wrote:
>
> get_frame_size () returns used stack slots during compilation, which
> may be optimized out later. Since ix86_find_max_used_stack_alignment
> is called by ix86_finalize_stack_frame_flags to check if stack frame
> is required, there is no need to
get_frame_size () returns used stack slots during compilation, which
may be optimized out later. Since ix86_find_max_used_stack_alignment
is called by ix86_finalize_stack_frame_flags to check if stack frame
is required, there is no need to call get_frame_size () which may give
inaccurate final sta