| commit | c6c627253db6b273dd995771e7af17c53858eaba | [log] [tgz] |
|---|---|---|
| author | Scott Linder <scott@scottlinder.com> | Wed Oct 31 18:54:06 2018 +0000 |
| committer | Scott Linder <scott@scottlinder.com> | Wed Oct 31 18:54:06 2018 +0000 |
| tree | 0bf7409b44ebdf69c4d2d6b4972514ac0ecef5d9 | |
| parent | 7c7cac05ed936fad0cefc888d2f30ceb47291ff5 [diff] |
[AMDGPU] Remove FeatureVGPRSpilling This feature is only relevant to shaders, and is no longer used. When disabled, lowering of reserved registers for shaders causes a compiler crash. Remove the feature and add a test for compilation of shaders at OptNone. Differential Revision: https://reviews.llvm.org/D53829 llvm-svn: 345763