diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/fcanonicalize.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/fcanonicalize.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/fcanonicalize.ll b/llvm/test/CodeGen/AMDGPU/fcanonicalize.ll index 981d88dfe94..bbe8a1e0143 100644 --- a/llvm/test/CodeGen/AMDGPU/fcanonicalize.ll +++ b/llvm/test/CodeGen/AMDGPU/fcanonicalize.ll @@ -347,5 +347,5 @@ define void @test_fold_canonicalize_snan3_value_f64(double addrspace(1)* %out) # attributes #0 = { nounwind readnone } attributes #1 = { nounwind } -attributes #2 = { nounwind "target-features"="-fp32-denormals,-fp64-denormals" } -attributes #3 = { nounwind "target-features"="+fp32-denormals,+fp64-denormals" } +attributes #2 = { nounwind "target-features"="-fp32-denormals,-fp64-fp16-denormals" } +attributes #3 = { nounwind "target-features"="+fp32-denormals,+fp64-fp16-denormals" } |