mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
R600/SI: Don't assert on SCC usage
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193198 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d56c9db960
commit
8305cae004
@ -196,8 +196,10 @@ void AMDGPUAsmPrinter::EmitProgramInfoSI(MachineFunction &MF) {
|
||||
VCCUsed = true;
|
||||
continue;
|
||||
}
|
||||
|
||||
switch (reg) {
|
||||
default: break;
|
||||
case AMDGPU::SCC:
|
||||
case AMDGPU::EXEC:
|
||||
case AMDGPU::M0:
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user