================
@@ -135,6 +137,141 @@ AMDGPU::IsaVersion AMDGPU::getIsaVersion(StringRef GPU) {
   }
 }
 
+static bool isGFX10Plus(AMDGPU::IsaVersion Version) {
----------------
shiltian wrote:

@arsenm I think this is what you were suggesting about moving this into 
`TargetParser`. Given what we have **today**, this seems like the only way to 
do it in `TargetParser`.

https://github.com/llvm/llvm-project/pull/206787
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to