aarch64: remove falkor-tag-collision-avoidance pass
[official-gcc.git] / gcc / testsuite / gcc.target / arm / lfloor-vcvt_1.c
blobb8eb1b079bfe4c37bf99424f5a42e0b5ff9e7f82
1 /* { dg-do compile } */
2 /* { dg-skip-if "-mpure-code supports M-profile only" { *-*-* } { "-mpure-code" } } */
3 /* { dg-require-effective-target arm_v8_vfp_ok } */
4 /* { dg-options "-O2 -march=armv8-a" } */
5 /* { dg-add-options arm_v8_vfp } */
7 int
8 foofloat (float x)
10 return __builtin_lfloorf (x);
13 /* { dg-final { scan-assembler-times "vcvtm.s32.f32\ts\[0-9\]+, s\[0-9\]+" 1 } } */
16 int
17 foodouble (double x)
19 return __builtin_lfloor (x);
22 /* { dg-final { scan-assembler-times "vcvtm.s32.f64\ts\[0-9\]+, d\[0-9\]+" 1 } } */