LoongArch: testsuite:Added detection support for LoongArch architecture in vect-{82, 83}.c.

gcc/testsuite/ChangeLog:

	* gcc.dg/vect/vect-82.c: Add the LoongArch architecture to the
	object detection framework.
	* gcc.dg/vect/vect-83.c: Dito.
This commit is contained in:
chenxiaolong 2024-01-05 11:43:25 +08:00 committed by Lulu Cheng
parent 0eba9cae2e
commit 12ad10af5e
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
/* { dg-skip-if "powerpc and integer vectorization only" { ! { powerpc*-*-* && vect_int } } } */
/* { dg-skip-if "powerpc/loongarch and integer vectorization only" { ! { { powerpc*-*-* || loongarch*-*-* } && vect_int } } } */
/* { dg-additional-options "-fdump-tree-optimized-details-blocks" } */
#include <stdarg.h>

View file

@ -1,4 +1,4 @@
/* { dg-skip-if "powerpc and integer vectorization only" { ! { powerpc*-*-* && vect_int } } } */
/* { dg-skip-if "powerpc/loongarch and integer vectorization only" { ! { { powerpc*-*-* || loongarch*-*-* } && vect_int } } } */
/* { dg-additional-options "-fdump-tree-optimized-details-blocks" } */
#include <stdarg.h>