commit | b02094e115fcc94c01b4d274ea24645fd3ea0c58 | [log] [tgz] |
---|---|---|
author | Tom Stellard <thomas.stellard@amd.com> | Mon Jul 21 15:45:01 2014 +0000 |
committer | Tom Stellard <thomas.stellard@amd.com> | Mon Jul 21 15:45:01 2014 +0000 |
tree | 83d43c7b53db71fb76e4727e5f04665851821a2e | |
parent | 42639a57de19504aaae3c1aad13699e8c4005432 [diff] [blame] |
R600/SI: Use scratch memory for large private arrays llvm-svn: 213551
diff --git a/llvm/lib/Target/R600/SIMachineFunctionInfo.h b/llvm/lib/Target/R600/SIMachineFunctionInfo.h index 96e619b..9684d28 100644 --- a/llvm/lib/Target/R600/SIMachineFunctionInfo.h +++ b/llvm/lib/Target/R600/SIMachineFunctionInfo.h
@@ -59,6 +59,7 @@ SIMachineFunctionInfo(const MachineFunction &MF); unsigned PSInputAddr; struct RegSpillTracker SpillTracker; + unsigned NumUserSGPRs; }; } // End namespace llvm