[llvm] TableGen support for RegisterBankInfo (PR #71357)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 6 11:24:08 PST 2023
================
@@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
//
// This tablegen backend is responsible for emitting a description of a target
-// register bank for a code generator.
+// register bank and register bank info for a code generator.
----------------
CBSears wrote:
I added a basic test which I'll expand on later. As for the comment, I see your point but I didn't expand on it there. Instead added a pointer to the RFC.
https://github.com/llvm/llvm-project/pull/71357
More information about the llvm-commits
mailing list