1 ; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s
3 ; CHECK: %[[#]] = OpExtInst %[[#]] %[[#]] rint
5 define dso_local spir_func float @foo(float %x) local_unnamed_addr {
7 %0 = tail call float @llvm.nearbyint.f32(float %x)
11 declare float @llvm.nearbyint.f32(float)