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