summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/noop-shader-O0.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] Remove FeatureVGPRSpillingScott Linder2018-10-311-0/+66
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
OpenPOWER on IntegriCloud