On 12/11/2018 19:14, Christoph Muellner wrote: > *** gcc/ChangeLog *** > > 2018-xx-xx Christoph Muellner <christoph.muell...@theobroma-systems.com> > > * config/aarch64/aarch64.c (xgene1_addrcost_table): Correct the post > modify > costs.
OK. R. > --- > gcc/config/aarch64/aarch64.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gcc/config/aarch64/aarch64.c b/gcc/config/aarch64/aarch64.c > index 815f824..a6bc1fb 100644 > --- a/gcc/config/aarch64/aarch64.c > +++ b/gcc/config/aarch64/aarch64.c > @@ -254,7 +254,7 @@ static const struct cpu_addrcost_table > xgene1_addrcost_table = > 1, /* ti */ > }, > 1, /* pre_modify */ > - 0, /* post_modify */ > + 1, /* post_modify */ > 0, /* register_offset */ > 1, /* register_sextend */ > 1, /* register_zextend */ >