Reapply the virtual register patch from 109102. The places where we were
authorEric Christopher <echristo@apple.com>
Thu, 19 Aug 2010 01:25:50 +0000 (01:25 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 19 Aug 2010 01:25:50 +0000 (01:25 +0000)
depending on the number of virtual registers appear to have all been handled
now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111499 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetRegisterInfo.h

index e36cc4f9cec46095be3ac45360202fb466ca3fd8..9d794cc4b2fd64f1737e3866c611d7411afed764 100644 (file)
@@ -301,7 +301,7 @@ public:
     /// considered to be a 'virtual' register, which is part of the SSA
     /// namespace.  This must be the same for all targets, which means that each
     /// target is limited to this fixed number of registers.
-    FirstVirtualRegister = 1024
+    FirstVirtualRegister = 16384
   };
 
   /// isPhysicalRegister - Return true if the specified register number is in