[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / ARM / vrint.ll
blob908be673295ff918e2569f0e946825815b0d2b4f
1 ; RUN: llc -mtriple=armv8 -mattr=+neon %s -o - | FileCheck %s
3 declare float @llvm.arm.neon.vrintn.f32(float) nounwind readnone
5 ; CHECK-LABEL: vrintn_f32:
6 ; CHECK: vrintn.f32
7 define float @vrintn_f32(ptr %A) nounwind {
8   %tmp1 = load float, ptr %A
9   %tmp2 = call float @llvm.arm.neon.vrintn.f32(float %tmp1)
10   ret float %tmp2