shrn-combine-10: update test to current codegen.

When the rshrn commit was reverted I missed this testcase.
This now updates it.

gcc/testsuite/ChangeLog:

	* gcc.target/aarch64/shrn-combine-10.c: Use shrn.
This commit is contained in:
Tamar Christina 2021-11-16 15:39:28 +00:00
parent 9836e907c4
commit 0002a8a199

View File

@ -6,7 +6,7 @@
uint32x4_t foo (uint64x2_t a, uint64x2_t b)
{
return vrshrn_high_n_u64 (vrshrn_n_u64 (a, 32), b, 32);
return vshrn_high_n_u64 (vshrn_n_u64 (a, 32), b, 32);
}
/* { dg-final { scan-assembler-times {\tuzp2\t} 1 } } */