Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test from polluting the source tree | David Blaikie | 2017-04-22 | 1 | -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 emitter | Yaxun Liu | 2017-04-21 | 1 | -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 |