// CHECK-LABEL: define i16 @test_vmaxvq_u16(<8 x i16> %a) #0 { // CHECK: [[VMAXV_I:%.*]] = call i32 @llvm.aarch64.neon.umaxv.i32.v8i16(<8 x i16> %a) #2 // CHECK: [[TMP2:%.*]] = trunc i32 [[VMAXV_I]] to i16 // CHECK: ret i16 [[TMP2]] uint16_t test_vmaxvq_u16(uint16x8_t a) { return vmaxvq_u16(a); }
uint16_t test_vmaxvq_u16(uint16x8_t a) { // CHECK-LABEL: test_vmaxvq_u16 return vmaxvq_u16(a); // CHECK: umaxv {{h[0-9]+}}, {{v[0-9]+}}.8h }