================
@@ -120,6 +122,9 @@ class LLVM_LIBRARY_VISIBILITY TCETargetInfo : public
TargetInfo {
ArrayRef<TargetInfo::GCCRegAlias> getGCCRegAliases() const override {
return {};
}
+
+ // TCE does not have fixed, but user specified register names.
+ bool isValidGCCRegisterName(StringRef Name) const override { return true; }
----------------
linehill wrote:
Fair enough.
https://github.com/llvm/llvm-project/pull/176698
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits