The patch below fixes a failure of the test on powerpc64. The test looks for the lxv (Load VSX Vector) instruction which is emitted on powerpc64le but on powerpc64 gcc emits an lvx (Load Vector Indexed). Both are correct here.
Is this okay to commit to trunk? + PR testsuite/63175 + * gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr63175.c: Scan + assembly for lvx in addition to lxv. Okay. Thanks, David