Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Fix missing scc implicit def on s_andn2_b64_term | Matt Arsenault | 2019-03-27 | 1 | -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_ENDPGM | David Stuttard | 2019-03-12 | 1 | -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 numbers | Krzysztof Parzyszek | 2018-06-25 | 1 | -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 Parzyszek | 2018-06-13 | 1 | -215/+0 |
| | | | | | | This reverts r334594, it breaks buildbots and fails with expensive checks. llvm-svn: 334598 | ||||
* | Improve handling of COPY instructions with identical value numbers | Krzysztof Parzyszek | 2018-06-13 | 1 | -0/+215 |
Differential Revision: https://reviews.llvm.org/D48102 llvm-svn: 334594 |