Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / DirectX / floor_error.ll
blob3b51a4b543b7f6bd293263760428ffa897e5a2cb
1 ; RUN: not opt -S -dxil-op-lower %s 2>&1 | FileCheck %s
3 ; DXIL operation floor does not support double overload type
4 ; CHECK: LLVM ERROR: Invalid Overload Type
6 define noundef double @floor_double(double noundef %a) {
7 entry:
8   %elt.floor = call double @llvm.floor.f64(double %a)
9   ret double %elt.floor