summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.unreachable.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix test from polluting the source treeDavid Blaikie2017-04-221-1/+1
| | | | | | | (though this seems like a "does this not crash" test - which isn't very good. Should be fixed) llvm-svn: 301071
* [AMDGPU] Handle SI_MASKED_UNREACHABLE in instruction emitterYaxun Liu2017-04-211-0/+9
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 Revision: https://reviews.llvm.org/D32364 llvm-svn: 301025
OpenPOWER on IntegriCloud