summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/dead_copy.mir
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] gfx1010 VMEM and SMEM implementationStanislav Mekhanoshin2019-04-301-1/+1
| | | | | | Differential Revision: https://reviews.llvm.org/D61330 llvm-svn: 359621
* Followup on Proposal to move MIR physical register namespace to '$' sigil.Puyan Lotfi2018-01-311-10/+10
| | | | | | | | | | | | Discussed here: http://lists.llvm.org/pipermail/llvm-dev/2018-January/120320.html In preparation for adding support for named vregs we are changing the sigil for physical registers in MIR to '$' from '%'. This will prevent name clashes of named physical register with named vregs. llvm-svn: 323922
* [AMDGPU] Prevent Machine Copy Propagation from replacing live copy with the ↵Alexander Timofeev2017-11-101-0/+27
| | | | | | | | dead one Differential revision: https://reviews.llvm.org/D38754 llvm-svn: 317884
* [AMDGPU] : revert r315908Alexander Timofeev2017-10-161-27/+0
| | | | llvm-svn: 315916
* [AMDGPU] Prevent Machine Copy Propagation from replacing live copy with the ↵Alexander Timofeev2017-10-161-0/+27
dead one Differential revision: https://reviews.llvm.org/D38754 llvm-svn: 315908
OpenPOWER on IntegriCloud