commit | 91f22fbf4f5285586dfe8ca5e09a1880e82a2eb3 | [log] [tgz] |
---|---|---|
author | Marek Olsak <marek.olsak@amd.com> | Fri Dec 09 19:49:40 2016 +0000 |
committer | Marek Olsak <marek.olsak@amd.com> | Fri Dec 09 19:49:40 2016 +0000 |
tree | ef2cdaff0b75042f73858032e21b795ade9c06aa | |
parent | 1a4ab7e77278f0dcb827451d54a47d6d272f8282 [diff] |
AMDGPU/SI: Allow using SGPRs 96-101 on VI Summary: There is no point in setting SGPRS=104, because VI allocates SGPRs in multiples of 16, so 104 -> 112. That enables us to use all 102 SGPRs for general purposes. Reviewers: tstellarAMD Subscribers: qcolombet, arsenm, kzhuravl, wdng, nhaehnle, yaxunl, tony-tye Differential Revision: https://reviews.llvm.org/D27149 llvm-svn: 289260