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