On Sat, Sep 14, 2024 at 12:58 PM H.J. Lu wrote:
>
> On Sun, Sep 8, 2024 at 12:10 AM Uros Bizjak wrote:
> >
> > On Fri, Sep 6, 2024 at 2:24 PM H.J. Lu wrote:
> > >
> > > Don't use temp for a PARALLEL BLKmode argument of an EXPR_LIST expression
> > > in a TImode register. Otherwise, the TImode va
On Sun, Sep 8, 2024 at 12:10 AM Uros Bizjak wrote:
>
> On Fri, Sep 6, 2024 at 2:24 PM H.J. Lu wrote:
> >
> > Don't use temp for a PARALLEL BLKmode argument of an EXPR_LIST expression
> > in a TImode register. Otherwise, the TImode variable will be put in
> > the GPR save area which guarantees on
On Fri, Sep 6, 2024 at 2:24 PM H.J. Lu wrote:
>
> Don't use temp for a PARALLEL BLKmode argument of an EXPR_LIST expression
> in a TImode register. Otherwise, the TImode variable will be put in
> the GPR save area which guarantees only 8-byte alignment.
>
> gcc/
>
> PR target/116621
>
Don't use temp for a PARALLEL BLKmode argument of an EXPR_LIST expression
in a TImode register. Otherwise, the TImode variable will be put in
the GPR save area which guarantees only 8-byte alignment.
gcc/
PR target/116621
* config/i386/i386.cc (ix86_gimplify_va_arg): Don't use te