LoongArch: testsuite: Fix l{a}sx-andn-iorn.c.
Add '-fdump-tree-optimized' to this testcases. gcc/testsuite/ChangeLog: * gcc.target/loongarch/lasx-andn-iorn.c: Add '-fdump-tree-optimized'. * gcc.target/loongarch/lsx-andn-iorn.c: Likewise.
This commit is contained in:
parent
4f650ef8d5
commit
4ad1c87ad2
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
#include "./lsx-andn-iorn.c"
|
||||
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -mlasx -ftree-vectorize" } */
|
||||
/* { dg-options "-O2 -mlasx -ftree-vectorize -fdump-tree-optimized" } */
|
||||
|
||||
/* We should produce a BIT_ANDC and BIT_IORC here. */
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -mlsx -ftree-vectorize" } */
|
||||
/* { dg-options "-O2 -mlsx -ftree-vectorize -fdump-tree-optimized" } */
|
||||
|
||||
#ifndef N
|
||||
#define N 4
|
||||
|
|
Loading…
Add table
Reference in a new issue