mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
radeon/llvm: Ignore special registers when calculating reg count
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
parent
0fb1e68a0b
commit
056d9c6ef1
1 changed files with 2 additions and 0 deletions
|
|
@ -85,6 +85,8 @@ void AMDGPUAsmPrinter::EmitProgramInfo(MachineFunction &MF) {
|
|||
default: break;
|
||||
case AMDGPU::EXEC:
|
||||
case AMDGPU::SI_LITERAL_CONSTANT:
|
||||
case AMDGPU::SREG_LIT_0:
|
||||
case AMDGPU::M0:
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue