diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/llvm.sin.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/llvm.sin.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/R600/llvm.sin.ll b/llvm/test/CodeGen/R600/llvm.sin.ll index 5b1f18e84b1..50ddb147462 100644 --- a/llvm/test/CodeGen/R600/llvm.sin.ll +++ b/llvm/test/CodeGen/R600/llvm.sin.ll @@ -21,7 +21,7 @@ define void @sin_f32(float addrspace(1)* %out, float %x) #1 { ; FUNC-LABEL: @sin_3x_f32 ; SI-UNSAFE-NOT: V_ADD_F32 -; SI-UNSAFE: 4.774648e-01 +; SI-UNSAFE: 0x3ef47644 ; SI-UNSAFE: V_MUL_F32 ; SI-SAFE: V_MUL_F32 ; SI-SAFE: V_MUL_F32 @@ -37,7 +37,7 @@ define void @sin_3x_f32(float addrspace(1)* %out, float %x) #1 { ; FUNC-LABEL: @sin_2x_f32 ; SI-UNSAFE-NOT: V_ADD_F32 -; SI-UNSAFE: 3.183099e-01 +; SI-UNSAFE: 0x3ea2f983 ; SI-UNSAFE: V_MUL_F32 ; SI-SAFE: V_ADD_F32 ; SI-SAFE: V_MUL_F32 @@ -52,7 +52,7 @@ define void @sin_2x_f32(float addrspace(1)* %out, float %x) #1 { } ; FUNC-LABEL: @test_2sin_f32 -; SI-UNSAFE: 3.183099e-01 +; SI-UNSAFE: 0x3ea2f983 ; SI-UNSAFE: V_MUL_F32 ; SI-SAFE: V_ADD_F32 ; SI-SAFE: V_MUL_F32 |