This fixes the testcase as not matches "note" as in:
.section .note.GNU-stack,"",@progbits
Also let's match cmeq at the same time since we want to
make sure this is vectorized too.
Committed as obvious after testing to make sure the testcase passes now
(and fails before the backend change).
PR target/123238
gcc/testsuite/ChangeLog:
* gcc.target/aarch64/pr123238.c:
Signed-off-by: Andrew Pinski <andrew.pinski@oss.qualcomm.com>
c[i] = c[i] == 'a' ? 'c' : 'e';
}
-/* { dg-final { scan-assembler-not "not" } } */
+/* { dg-final { scan-assembler-not "\tnot\t" } } */
+/* { dg-final { scan-assembler-times "\tcmeq\t" 2 } } */