brintos

brintos / llvm-project-archived public Read only

0
0
Text · 351 B · 22982a0 Raw
11 lines · plain
1; RUN: not opt -S -dxil-op-lower -mtriple=dxil-pc-shadermodel6.3-library %s 2>&1 | FileCheck %s2 3; DXIL operation firstbitshigh does not support double overload type4; CHECK: invalid intrinsic signature5 6define noundef double @firstbitshigh_double(double noundef %a) {7entry:8  %1 = call double @llvm.dx.firstbitshigh.f64(double %a)9  ret double %110}11