mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-04 17:27:25 +08:00
RISC-V: Fix xtheadcondmov-indirect.c
The pressure sensitive scheduling change perturbs the output ever so slightly for this test. Seemed easiest to just turn that off rather than generalize the expected output enough to work across all the relevant optimization options. gcc/testsuite/ * gcc.target/riscv/xtheadcondmov-indirect.c: Turn off pressure sensitive scheduling.
This commit is contained in:
parent
55f6a7d949
commit
b3b13fb1cb
@ -1,6 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-march=rv32gc_xtheadcondmov" { target { rv32 } } } */
|
||||
/* { dg-options "-march=rv64gc_xtheadcondmov" { target { rv64 } } } */
|
||||
/* { dg-options "-march=rv32gc_xtheadcondmov -fno-sched-pressure" { target { rv32 } } } */
|
||||
/* { dg-options "-march=rv64gc_xtheadcondmov -fno-sched-pressure" { target { rv64 } } } */
|
||||
/* { dg-skip-if "" { *-*-* } {"-O0" "-Os" "-Og" "-Oz" "-flto" } } */
|
||||
/* { dg-final { check-function-bodies "**" "" } } */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user