[TTI] getTypeBasedIntrinsicInstrCost - add basic handling for strided load/store...
[llvm-project.git] / llvm / test / CodeGen / DirectX / ceil_error.ll
blob0188b6d8d5c7682bd571c45c10831caf08cf74c1
1 ; RUN: not opt -S -dxil-op-lower -mtriple=dxil-pc-shadermodel6.3-library %s 2>&1 | FileCheck %s
3 ; DXIL operation ceil does not support double overload type
4 ; CHECK: in function ceil_double
5 ; CHECK-SAME: Cannot create Ceil operation: Invalid overload type
7 define noundef double @ceil_double(double noundef %a) {
8 entry:
9   %elt.ceil = call double @llvm.ceil.f64(double %a)
10   ret double %elt.ceil