From: Andrew Stubbs Date: Thu, 20 Apr 2023 11:20:47 +0000 (+0100) Subject: Add missing changelog entries X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7f0cec3b8e43e287ecde4183b40d786f0acc917;p=thirdparty%2Fgcc.git Add missing changelog entries --- diff --git a/gcc/ChangeLog.omp b/gcc/ChangeLog.omp index 566643d62fef..5fea0ebc96a9 100644 --- a/gcc/ChangeLog.omp +++ b/gcc/ChangeLog.omp @@ -1,3 +1,21 @@ +2023-04-20 Andrew Stubbs + + Backport from mainline: + Andrew Stubbs + + * config/gcn/gcn-valu.md (SV_SFDF): New iterator. + (SV_FP): New iterator. + (scalar_mode, SCALAR_MODE): Add identity mappings for scalar modes. + (recip2): Unify the two patterns using SV_FP. + (div_scale): New insn. + (div_fmas): New insn. + (div_fixup): New insn. + (div3): Unify the two expanders and rewrite using hardfp. + * config/gcn/gcn.cc (gcn_md_reorg): Support "vccwait" attribute. + * config/gcn/gcn.md (unspec): Add UNSPEC_DIV_SCALE, UNSPEC_DIV_FMAS, + and UNSPEC_DIV_FIXUP. + (vccwait): New attribute. + 2023-04-13 Andrew Stubbs Backport from mainline: diff --git a/gcc/testsuite/ChangeLog.omp b/gcc/testsuite/ChangeLog.omp index b7611bd6a13b..16fe6f473790 100644 --- a/gcc/testsuite/ChangeLog.omp +++ b/gcc/testsuite/ChangeLog.omp @@ -1,3 +1,10 @@ +2023-04-20 Andrew Stubbs + + Backport from mainline: + Andrew Stubbs + + * gcc.target/gcn/fpdiv.c: Remove the -ffast-math requirement. + 2023-04-13 Andrew Stubbs Backport from mainline: