[llvm] TableGen support for RegisterBankInfo (PR #71357)
Pierre van Houtryve via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 7 23:04:29 PST 2023
================
@@ -289,6 +295,81 @@ void RegisterBankEmitter::emitBaseClassImplementation(
<< "} // end namespace llvm\n";
}
+// RegisterBankInfo tables and enums
+// are discussed in https://discourse.llvm.org/t/74459
----------------
Pierre-vh wrote:
There are 21 posts in that thread at the time of writing. Can you remove the link and just put a summary of what this does?
https://github.com/llvm/llvm-project/pull/71357
More information about the llvm-commits
mailing list