summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/illegal-sgpr-to-vgpr-copy.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Use correct register names in inline assemblyMatt Arsenault2017-06-081-10/+10
| | | | | | Fixes using physical registers in inline asm from clang. llvm-svn: 305004
* AMDGPU: Diagnose illegal SGPR to VGPR copiesMatt Arsenault2017-04-061-0/+45
This is possible in ways that are not compiler bugs, so stop asserting on them. This emits an extra error when emitting objects when it can't encode the new pseudo, but I'm not sure that matters. llvm-svn: 299712
OpenPOWER on IntegriCloud