15 lines · plain
1; RUN: llc < %s2 3; PR12394 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 %tmp233912}13 14declare float @llvm.powi.f32.i32(float,i32)15