https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102977

--- Comment #10 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tamar Christina <tnfch...@gcc.gnu.org>:

https://gcc.gnu.org/g:4045d5fa42f2ee7b284977c8f2f0edc300a63e43

commit r12-4786-g4045d5fa42f2ee7b284977c8f2f0edc300a63e43
Author: Tamar Christina <tamar.christ...@arm.com>
Date:   Fri Oct 29 12:47:39 2021 +0100

    middle-end: Add target independent tests for Arm complex numbers
vectorization.

    This beefs up the complex numbers vectorization testsuite
    and adds target independent checks next to the target
    dependent ones.

    This allows regressions to the detection code to be found
    when running on any target, not just aarch64.

    gcc/testsuite/ChangeLog:

            PR tree-optimization/102977
            * gcc.dg/vect/complex/bb-slp-complex-add-pattern-int.c: Updated.
            * gcc.dg/vect/complex/bb-slp-complex-add-pattern-long.c: Updated.
            * gcc.dg/vect/complex/bb-slp-complex-add-pattern-short.c: Updated.
            * gcc.dg/vect/complex/bb-slp-complex-add-pattern-unsigned-int.c:
            Updated.
            * gcc.dg/vect/complex/bb-slp-complex-add-pattern-unsigned-long.c:
            Updated.
            * gcc.dg/vect/complex/bb-slp-complex-add-pattern-unsigned-short.c:
            Updated.
            * gcc.dg/vect/complex/fast-math-bb-slp-complex-add-double.c:
            * gcc.dg/vect/complex/fast-math-bb-slp-complex-add-float.c:
Updated.
            * gcc.dg/vect/complex/fast-math-bb-slp-complex-add-half-float.c:
            Updated.
            *
gcc.dg/vect/complex/fast-math-bb-slp-complex-add-pattern-double.c:
            Updated.
            * gcc.dg/vect/complex/fast-math-bb-slp-complex-add-pattern-float.c:
            Updated.
            *
gcc.dg/vect/complex/fast-math-bb-slp-complex-add-pattern-half-float.c:
            Updated.
            * gcc.dg/vect/complex/fast-math-bb-slp-complex-mla-double.c:
            Updated.
            * gcc.dg/vect/complex/fast-math-bb-slp-complex-mla-float.c:
Updated.
            * gcc.dg/vect/complex/fast-math-bb-slp-complex-mla-half-float.c:
            Updated.
            * gcc.dg/vect/complex/fast-math-bb-slp-complex-mls-double.c:
            Updated.
            * gcc.dg/vect/complex/fast-math-bb-slp-complex-mls-float.c:
Updated.
            * gcc.dg/vect/complex/fast-math-bb-slp-complex-mls-half-float.c:
            Updated.
            * gcc.dg/vect/complex/fast-math-bb-slp-complex-mul-double.c:
Updated.
            * gcc.dg/vect/complex/fast-math-bb-slp-complex-mul-float.c:
Updated.
            * gcc.dg/vect/complex/fast-math-bb-slp-complex-mul-half-float.c:
            Updated.
            * gcc.dg/vect/complex/fast-math-complex-add-double.c: Updated.
            * gcc.dg/vect/complex/fast-math-complex-add-float.c: Updated.
            * gcc.dg/vect/complex/fast-math-complex-add-half-float.c: Updated.
            * gcc.dg/vect/complex/fast-math-complex-add-pattern-double.c:
Updated.
            * gcc.dg/vect/complex/fast-math-complex-add-pattern-float.c:
Updated.
            * gcc.dg/vect/complex/fast-math-complex-add-pattern-half-float.c:
            Updated.
            * gcc.dg/vect/complex/fast-math-complex-mla-double.c: Updated.
            * gcc.dg/vect/complex/fast-math-complex-mla-float.c: Updated.
            * gcc.dg/vect/complex/fast-math-complex-mla-half-float.c: Updated.
            * gcc.dg/vect/complex/fast-math-complex-mls-double.c: Updated.
            * gcc.dg/vect/complex/fast-math-complex-mls-float.c: Updated.
            * gcc.dg/vect/complex/fast-math-complex-mls-half-float.c: Updated.
            * gcc.dg/vect/complex/fast-math-complex-mul-double.c: Updated.
            * gcc.dg/vect/complex/fast-math-complex-mul-float.c: Updated.
            * gcc.dg/vect/complex/fast-math-complex-mul-half-float.c: Updated.
            * gcc.dg/vect/complex/vect-complex-add-pattern-byte.c: Updated.
            * gcc.dg/vect/complex/vect-complex-add-pattern-int.c: Updated.
            * gcc.dg/vect/complex/vect-complex-add-pattern-long.c: Updated.
            * gcc.dg/vect/complex/vect-complex-add-pattern-short.c: Updated.
            * gcc.dg/vect/complex/vect-complex-add-pattern-unsigned-byte.c:
            Updated.
            * gcc.dg/vect/complex/vect-complex-add-pattern-unsigned-int.c:
            Updated.
            * gcc.dg/vect/complex/vect-complex-add-pattern-unsigned-long.c:
            Updated.
            * gcc.dg/vect/complex/vect-complex-add-pattern-unsigned-short.c:
            Updated.
            * gcc.dg/vect/complex/bb-slp-complex-add-pattern-byte.c: Removed.
            * gcc.dg/vect/complex/bb-slp-complex-add-pattern-unsigned-byte.c:
            Removed.

Reply via email to