[PATCH] D65553: Move register namespacing definitions from TargetRegisterInfo to Register and a new MCRegister
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 31 20:49:24 PDT 2019
arsenm added inline comments.
================
Comment at: llvm/include/llvm/MC/MCRegister.h:19-20
+/// implementation will follow.
+class MCRegister {
+public:
+ // Register numbers can represent physical registers, virtual registers, and
----------------
The actual MCPhysReg member is missing?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65553/new/
https://reviews.llvm.org/D65553
More information about the llvm-commits
mailing list