[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / CodeGen / ARM / vrint.ll
blob55a6253735ffe677a87e95ee68cd78eb8af3342c
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(float* %A) nounwind {
8   %tmp1 = load float, float* %A
9   %tmp2 = call float @llvm.arm.neon.vrintn.f32(float %tmp1)
10   ret float %tmp2