summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/coalescing-with-subregs-in-loop-bug.mir
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Fix missing scc implicit def on s_andn2_b64_termMatt Arsenault2019-03-271-1/+1
| | | | | | | Introduce new helper class to copy properties directly from the base instruction. llvm-svn: 357089
* [AMDGPU] Add support for immediate operand for S_ENDPGMDavid Stuttard2019-03-121-1/+1
| | | | | | | | | | | | | | | | | Summary: Add support for immediate operand in S_ENDPGM Change-Id: I0c56a076a10980f719fb2a8f16407e9c301013f6 Reviewers: alexshap Subscribers: qcolombet, arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, tpr, t-tye, eraman, arphaman, Petar.Avramovic, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D59213 llvm-svn: 355902
* Improve handling of COPY instructions with identical value numbersKrzysztof Parzyszek2018-06-251-0/+98
| | | | | | | | Testcases provided by Tim Renouf. Differential Revision: https://reviews.llvm.org/D48102 llvm-svn: 335472
* Revert "Improve handling of COPY instructions with identical value numbers"Krzysztof Parzyszek2018-06-131-215/+0
| | | | | | This reverts r334594, it breaks buildbots and fails with expensive checks. llvm-svn: 334598
* Improve handling of COPY instructions with identical value numbersKrzysztof Parzyszek2018-06-131-0/+215
Differential Revision: https://reviews.llvm.org/D48102 llvm-svn: 334594
OpenPOWER on IntegriCloud