]> git.ipfire.org Git - thirdparty/gcc.git/commit
[committed][RISC-V] Fix test expectations after recent late-combine changes
authorJeff Law <jlaw@ventanamicro.com>
Thu, 4 Jul 2024 15:25:20 +0000 (09:25 -0600)
committerJeff Law <jlaw@ventanamicro.com>
Thu, 4 Jul 2024 15:31:15 +0000 (09:31 -0600)
commitb611f3969249967d7f098c6adfcf5f701192a2d0
treef52fe419713a57f8b7977fe24ce5507f95fbb8e0
parent46ffda9bf19abeed95e9d758ed5e776ee221ee9e
[committed][RISC-V] Fix test expectations after recent late-combine changes

With the recent DCE related adjustment to late-combine the rvv/base/vcreate.c
test no longer has those undesirable vmvNr statements.

It's a bit unclear why this wasn't written as a scan-assembler-not and xfailed
given the comment says we don't want to see vmvNr insructions.  I must have
missed that during review.

This patch adjusts the test to expect no vmvNr statements and if they're ever
re-introduced, we'll get a nice unexpected failure.

gcc/testsuite
* gcc.target/riscv/rvv/base/vcreate.c: Update expected output.
gcc/testsuite/gcc.target/riscv/rvv/base/vcreate.c