[llvm-branch-commits] [lld] [llvm] [RFC][AMDGPU][lld] Add object linking support (PR #206787)
Shilei Tian via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jul 1 23:02:59 PDT 2026
================
@@ -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
More information about the llvm-branch-commits
mailing list