summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/hsa-fp-mode.ll
diff options
context:
space:
mode:
authorKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>2018-10-30 22:02:40 +0000
committerKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>2018-10-30 22:02:40 +0000
commit2d22d24ac4bc7e0282d37e32738ea7b66fafdad7 (patch)
tree3cc61b7b086e296da775166c99927260cd349d51 /llvm/test/CodeGen/AMDGPU/hsa-fp-mode.ll
parenta0457c02b3e7cb379db3df484790d5c280820695 (diff)
downloadbcm5719-llvm-2d22d24ac4bc7e0282d37e32738ea7b66fafdad7.tar.gz
bcm5719-llvm-2d22d24ac4bc7e0282d37e32738ea7b66fafdad7.zip
Revert r345542: AMDGPU: Enable code object v3 by default
It breaks mesa. llvm-svn: 345662
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/hsa-fp-mode.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/hsa-fp-mode.ll14
1 files changed, 7 insertions, 7 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/hsa-fp-mode.ll b/llvm/test/CodeGen/AMDGPU/hsa-fp-mode.ll
index a454fa02579..b1901cf894b 100644
--- a/llvm/test/CodeGen/AMDGPU/hsa-fp-mode.ll
+++ b/llvm/test/CodeGen/AMDGPU/hsa-fp-mode.ll
@@ -70,10 +70,10 @@ define amdgpu_kernel void @test_no_dx10_clamp_vi(float addrspace(1)* %out0, doub
ret void
}
-attributes #0 = { nounwind "target-cpu"="kaveri" "target-features"="-code-object-v3" }
-attributes #1 = { nounwind "target-cpu"="fiji" "target-features"="-code-object-v3" }
-attributes #2 = { nounwind "target-features"="-code-object-v3,-fp32-denormals,+fp64-fp16-denormals" }
-attributes #3 = { nounwind "target-features"="-code-object-v3,+fp32-denormals,-fp64-fp16-denormals" }
-attributes #4 = { nounwind "target-features"="-code-object-v3,+fp32-denormals,+fp64-fp16-denormals" }
-attributes #5 = { nounwind "target-features"="-code-object-v3,-fp32-denormals,-fp64-fp16-denormals" }
-attributes #6 = { nounwind "target-cpu"="fiji" "target-features"="-code-object-v3,-dx10-clamp" }
+attributes #0 = { nounwind "target-cpu"="kaveri" }
+attributes #1 = { nounwind "target-cpu"="fiji" }
+attributes #2 = { nounwind "target-features"="-fp32-denormals,+fp64-fp16-denormals" }
+attributes #3 = { nounwind "target-features"="+fp32-denormals,-fp64-fp16-denormals" }
+attributes #4 = { nounwind "target-features"="+fp32-denormals,+fp64-fp16-denormals" }
+attributes #5 = { nounwind "target-features"="-fp32-denormals,-fp64-fp16-denormals" }
+attributes #6 = { nounwind "target-cpu"="fiji" "target-features"="-dx10-clamp" }
OpenPOWER on IntegriCloud