[llvm] TableGen support for RegisterBankInfo (PR #71357)

via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 9 07:03:43 PST 2023


================
@@ -289,6 +299,141 @@ void RegisterBankEmitter::emitBaseClassImplementation(
      << "} // end namespace llvm\n";
 }
 
+// TableGen already had some RegisterBankInfo support:
----------------
CBSears wrote:

Yeah, that was mostly for me. I'll simplify it.

https://github.com/llvm/llvm-project/pull/71357


More information about the llvm-commits mailing list