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

Yashwant Singh via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 23 10:14:03 PDT 2024


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

Doc comment

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


More information about the llvm-commits mailing list