[llvm-branch-commits] [lld] [llvm] [RFC][AMDGPU][lld] Add object linking support (PR #206787)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 2 00:15:00 PDT 2026


================
@@ -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


More information about the llvm-branch-commits mailing list