Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / NVPTX / libcall-intrinsic.ll
blobf5f465cbc994e9770562ed8554c97de7ff7dae42
1 ; RUN: not --crash llc < %s -march=nvptx 2>&1 | FileCheck %s
2 ; used to seqfault and now fails with an "Undefined external symbol"
4 ; CHECK: LLVM ERROR: Undefined external symbol "__powidf2"
5 define double @powi(double, i32) {
6   %a = call double @llvm.powi.f64.i32(double %0, i32 %1)
7   ret double %a
10 declare double @llvm.powi.f64.i32(double, i32) nounwind readnone