[llvm-branch-commits] [clang] [llvm] AMDGPU: Use module flags to control xnack and sramecc (PR #204595)
Shilei Tian via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jun 18 20:27:23 PDT 2026
================
@@ -1178,6 +1180,26 @@ getTargetIDSettingFromFeatureString(StringRef FeatureString) {
llvm_unreachable("Malformed feature string");
}
+std::optional<std::pair<StringRef, StringRef>>
+AMDGPUTargetID::parseTargetIDDirective(StringRef TargetIDDirective) {
----------------
shiltian wrote:
Also, this function is not used anywhere in the code.
https://github.com/llvm/llvm-project/pull/204595
More information about the llvm-branch-commits
mailing list