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:
parent
9836e907c4
commit
0002a8a199
@ -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 } } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user