Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Merge / reorganize tests | Matt Arsenault | 2016-07-09 | 1 | -31/+0 |
| | | | | llvm-svn: 274972 | ||||
* | AMDGPU/SI: Enable load-store-opt by default. | Changpeng Fang | 2016-05-26 | 1 | -2/+1 |
| | | | | | | | | | | Summary: Enable load-store-opt by default, and update LIT tests. Reviewers: arsenm Differential Revision: http://reviews.llvm.org/D20694 llvm-svn: 270894 | ||||
* | PeepholeOptimizer: Remove redundant copies | Matt Arsenault | 2015-09-25 | 1 | -5/+1 |
| | | | | | | | | | | | | If a virtual register is copied and another copy was already seen, replace with the previous copy. This only handles the simplest cases for now. This pattern shows up from various operand restrictions AMDGPU has which require inserting copies depending on the register class of the operands. llvm-svn: 248611 | ||||
* | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -0/+36 |
llvm-svn: 239657 |