This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8d443ac032e Generate XXSPLTIDP for vectors on power10. new 575ad7700f3 Generate XXSPLTIDP for scalars on power10.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config/rs6000/rs6000.md | 97 ++++++++++++++++++---- .../gcc.target/powerpc/vec-splat-constant-df.c | 60 +++++++++++++ .../gcc.target/powerpc/vec-splat-constant-sf.c | 60 +++++++++++++ 3 files changed, 199 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-splat-constant-df.c create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-splat-constant-sf.c