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

I still want to get away from these isGFXN checks in favor of feature checks. 
"isGFX10Plus" here seems to be "has WGP".

The IsaVersion probably shouldn't be the API type either 

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