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:
parent
0eba9cae2e
commit
12ad10af5e
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue