================
@@ -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
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to