summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/virtregrewrite-undef-identity-copy.mir
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Correct properties for adjcallstack* pseudosMatt Arsenault2019-07-011-7/+7
| | | | | | | These should be SALU writes, and these are lowered to instructions that def SCC. llvm-svn: 364859
* RegAlloc: Fix verifier error with undef identity copiesMatt Arsenault2019-05-201-0/+69
The code did not match the example in the comment, and was checking the undef flag on the copy dest instead of source. The existing tests were only hitting the > 2 operands case. llvm-svn: 361156
OpenPOWER on IntegriCloud