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:
Lulu Cheng 2024-11-26 16:04:24 +08:00
parent 4f650ef8d5
commit 4ad1c87ad2
2 changed files with 2 additions and 2 deletions

View file

@ -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. */

View file

@ -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