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.
Paths
| Differential D53829
[AMDGPU] Remove FeatureVGPRSpilling ClosedPublic Authored by scott.linder on Oct 29 2018, 12:45 PM.
Details Summary 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.
Diff Detail Event TimelineHerald added subscribers: llvm-commits, t-tye, dstuttard and 5 others. · View Herald TranscriptOct 29 2018, 12:45 PM This revision is now accepted and ready to land.Oct 29 2018, 1:05 PM Closed by commit rL345763: [AMDGPU] Remove FeatureVGPRSpilling (authored by scott.linder). · Explain WhyOct 31 2018, 11:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 171980 lib/Target/AMDGPU/AMDGPU.td
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
lib/Target/AMDGPU/AMDGPUSubtarget.h
lib/Target/AMDGPU/AMDGPUSubtarget.cpp
lib/Target/AMDGPU/SIInstrInfo.cpp
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
test/CodeGen/AMDGPU/local-stack-slot-offset.ll
test/CodeGen/AMDGPU/noop-shader-O0.ll
test/CodeGen/AMDGPU/schedule-vs-if-nested-loop-failure.ll
test/CodeGen/AMDGPU/scratch-simple.ll
test/CodeGen/AMDGPU/selected-stack-object.ll
test/CodeGen/AMDGPU/si-sgpr-spill.ll
test/CodeGen/AMDGPU/spill-m0.ll
test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot-compute.ll
test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot.ll
|