xref: /llvm-project/llvm/test/CodeGen/Generic/fpowi-promote.ll (revision f4eb87f403367e0c96ad2836027f389b5681914d)
1; RUN: llc < %s
2
3; PR1239
4
5; Undefined external symbol "__powisf2"
6; XFAIL: target=nvptx{{.*}}
7
8define float @test(float %tmp23302331, i32 %tmp23282329 ) {
9
10%tmp2339 = call float @llvm.powi.f32.i32( float %tmp23302331, i32 %tmp23282329 )
11	ret float %tmp2339
12}
13
14declare float @llvm.powi.f32.i32(float,i32)
15