]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[RISC-V] Drop compromised scan-asm test after recent vectorized loop epilogue changes
authorJeff Law <jeffrey.law@oss.qualcomm.com>
Thu, 28 May 2026 02:00:34 +0000 (20:00 -0600)
committerJeff Law <jeffrey.law@oss.qualcomm.com>
Thu, 28 May 2026 02:00:34 +0000 (20:00 -0600)
Tamar's recent change to elide vectorized loop epilogues compromised the
scan-asm part of this test for RISC-V.  Essentially the test is looking for a
specific insn that appears in the unnecessary epilogue.

The original motivation for these tests was an ICE.  So I'm just dropping the
scan-asm parts of this test so that we still verify that we're not triggering
an ICE.

gcc/testsuite
* gcc.target/riscv/rvv/base/pr115456-3.c: Drop compromised scan-asm
part of the test.

gcc/testsuite/gcc.target/riscv/rvv/base/pr115456-3.c

index 2c54f1d7538736c4ea5f7d9b4fb627c611f33193..276e171aaec3df89c3eab86b4f9a52414d21566b 100644 (file)
@@ -28,4 +28,3 @@ main (void)
 }
 
 /* { dg-final { scan-assembler-not {call\s+__extendhfsf2} } } */
-/* { dg-final { scan-assembler-times {vfmv\.f\.s\s+fa[0-9]+,\s*v[0-9]+} 4 } } */