SI_MASKED_UNREACHABLE does not have machine instruction encoding.
It needs special handling in AMDGPUAsmPrinter::EmitInstruction like some
other pseudo instructions.
This patch fixes compilation failure of RadeonRays.
Differential D32364
[AMDGPU] Handle SI_MASKED_UNREACHABLE in instruction emitter yaxunl on Apr 21 2017, 11:39 AM. Authored by
Details SI_MASKED_UNREACHABLE does not have machine instruction encoding. This patch fixes compilation failure of RadeonRays.
Diff Detail
|