summaryrefslogtreecommitdiffstats
path: root/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2016-02-13 14:57:10 +0000
committerdim <dim@FreeBSD.org>2016-02-13 14:57:10 +0000
commit97a7b8a20a989eb4cf3d9465e1451de6cd05fa41 (patch)
tree0daaa3c98a8029d259c5918dfa1c13c9d4fe7971 /lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
parent44c4732640f764c943d7814138396141c0f4646b (diff)
downloadFreeBSD-src-97a7b8a20a989eb4cf3d9465e1451de6cd05fa41.zip
FreeBSD-src-97a7b8a20a989eb4cf3d9465e1451de6cd05fa41.tar.gz
Vendor import of llvm release_38 branch r260756:
https://llvm.org/svn/llvm-project/llvm/branches/release_38@260756
Diffstat (limited to 'lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp')
-rw-r--r--lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp b/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
index 3b4c235..1f5deae 100644
--- a/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
+++ b/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
@@ -41,6 +41,9 @@ IsaVersion getIsaVersion(const FeatureBitset &Features) {
if (Features.test(FeatureISAVersion8_0_1))
return {8, 0, 1};
+ if (Features.test(FeatureISAVersion8_0_3))
+ return {8, 0, 3};
+
return {0, 0, 0};
}
OpenPOWER on IntegriCloud