Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / DirectX / tan_error.ll
blobc870c36f54925d1d0b1932ae1c0e801540d26d34
1 ; RUN: not opt -S -dxil-op-lower %s 2>&1 | FileCheck %s
3 ; DXIL operation tan does not support double overload type
4 ; CHECK: LLVM ERROR: Invalid Overload
6 define noundef double @tan_double(double noundef %a) #0 {
7 entry:
8   %1 = call double @llvm.tan.f64(double %a)
9   ret double %1