[llvm] [TableGen][CallingConv] Add CCAssignToRegTuple for synthetic registers. (PR #137826)
Jason Eckhardt via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 29 14:22:22 PDT 2025
================
@@ -125,6 +133,21 @@ void CallingConvEmitter::emitCallingConv(const Record *CC, raw_ostream &O) {
O << "}\n";
}
+// Return the name of the specified Init (DefInit or StringInit), with a
+// namespace qualifier if the corresponding record contains one.
+std::string CallingConvEmitter::getQualifiedNameFromInit(const Init *I) {
----------------
nvjle wrote:
Done.
https://github.com/llvm/llvm-project/pull/137826
More information about the llvm-commits
mailing list