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

Pierre van Houtryve via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 21 04:50:23 PDT 2024


================
@@ -47,6 +47,7 @@ class MCRegisterClass {
   const int8_t CopyCost;
   const bool Allocatable;
   const bool BaseClass;
+  const bool Synthetic;
----------------
Pierre-vh wrote:

Maybe those should be bitfields/a mask?

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


More information about the llvm-commits mailing list