On 11/29/24 11:30, Andre Vieira wrote:
After the changes to the vctp intrinsic codegen changed slightly, where we now unfortunately seem to be generating unneeded moves and extends of the mask. These are however not incorrect and we don't have a fix for the unneeded codegen right now, so changing the testcase to accept them so we can catch other changes if they occur. gcc/testsuite/ChangeLog: * gcc.target/arm/mve/dlstp-compile-asm-2.c (test7): Add an optional vmsr to the check-function-bodies.
Indeed I've been looking at avoiding these extra moves but did not find a good solution yet.
In the mean time I agree it's reasonable to update the testcase for gcc-15. Thanks, Christophe
--- gcc/testsuite/gcc.target/arm/mve/dlstp-compile-asm-2.c | 1 + 1 file changed, 1 insertion(+)