[llvm] [CodeGen][MRI] Introduce synthetic register classes (PR #86006)

Christudasan Devadasan via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 24 21:35:51 PDT 2024


================
@@ -333,6 +333,7 @@ class CodeGenRegisterClass {
   uint8_t AllocationPriority;
   bool GlobalPriority;
   uint8_t TSFlags;
+  bool Synthetic;
----------------
cdevadas wrote:

I don't see Doc comments for other fields here. See `Target.td` for a detailed description for it.

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


More information about the llvm-commits mailing list