]> git.ipfire.org Git - thirdparty/gcc.git/commit
arm: Fix testism with mve/ivopts-3.c testcase
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Fri, 2 Aug 2024 15:39:34 +0000 (16:39 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Fri, 2 Aug 2024 15:39:34 +0000 (16:39 +0100)
commit995ac87a053c22364bcdc0bc041fd6e5b3087bc5
treebbc33a7428b52b74811c1fb34a99606754e31f7d
parent884846351c74dc79ab143a06c25f00fc7c9e3cfb
arm: Fix testism with mve/ivopts-3.c testcase

This patch ensures this testcase is ran for armv8.1-m.main+mve as this is
testing that doloops with function calls that aren't intrinsics get rejected
as potential doloop targets during ivopts.  For other targets this loop gets
rejected for different reasons.

gcc/testsuite/ChangeLog:

* gcc.target/arm/mve/ivopts-3.c: Add require target and options.
gcc/testsuite/gcc.target/arm/mve/ivopts-3.c