summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/address-space.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Merge / reorganize testsMatt Arsenault2016-07-091-31/+0
| | | | llvm-svn: 274972
* AMDGPU/SI: Enable load-store-opt by default.Changpeng Fang2016-05-261-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 copiesMatt Arsenault2015-09-251-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 renameTom Stellard2015-06-131-0/+36
llvm-svn: 239657
OpenPOWER on IntegriCloud