diff --git a/gcc/testsuite/gcc.target/aarch64/sve/cond_cnot_1.c b/gcc/testsuite/gcc.target/aarch64/sve/cond_cnot_1.c index bd877663723..49f0b18a5a5 100644 --- a/gcc/testsuite/gcc.target/aarch64/sve/cond_cnot_1.c +++ b/gcc/testsuite/gcc.target/aarch64/sve/cond_cnot_1.c @@ -31,5 +31,4 @@ TEST_ALL (DEF_LOOP) /* { dg-final { scan-assembler-not {\tmov\tz} } } */ /* { dg-final { scan-assembler-not {\tmovprfx\t} } } */ -/* Currently we canonicalize the ?: so that !b[i] is the "false" value. */ -/* { dg-final { scan-assembler-not {\tsel\t} { xfail *-*-* } } } */ +/* { dg-final { scan-assembler-not {\tsel\t} } } */ diff --git a/gcc/testsuite/gcc.target/aarch64/sve/cond_unary_1.c b/gcc/testsuite/gcc.target/aarch64/sve/cond_unary_1.c index 2b5f9c345ab..0492476715d 100644 --- a/gcc/testsuite/gcc.target/aarch64/sve/cond_unary_1.c +++ b/gcc/testsuite/gcc.target/aarch64/sve/cond_unary_1.c @@ -54,6 +54,4 @@ TEST_ALL (DEF_LOOP) /* { dg-final { scan-assembler-not {\tmov\tz} } } */ /* { dg-final { scan-assembler-not {\tmovprfx\t} } } */ -/* XFAILed because the ?: gets canonicalized so that the operation is in - the false arm. */ -/* { dg-final { scan-assembler-not {\tsel\t} { xfail *-*-* } } } */ +/* { dg-final { scan-assembler-not {\tsel\t} } } */