summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/store.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Reorganize store testsJan Vesely2016-09-021-383/+0
| | | | | | | | | Split by AS. Merge with some prviously failing tests. Differential Revision: https://reviews.llvm.org/D23969 llvm-svn: 280523
* AMDGPU: Remove superfluous string attributes from testsMatt Arsenault2016-07-111-1/+1
| | | | | | Also fix v_mac.ll not testing right thing for fneg llvm-svn: 275129
* AMDGPU: Improve load/store of illegal types.Matt Arsenault2016-07-011-24/+27
| | | | | | | | | | There was a combine before to handle the simple copy case. Split this into handling loads and stores separately. We might want to change how this handles some of the vector extloads, since this can result in large code size increases. llvm-svn: 274394
* 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
* AMDGPU/R600: Implement allowsMisalignedMemoryAccessMatt Arsenault2016-02-221-11/+6
| | | | | | | | This avoids some test regressions in a future commit when unaligned operations are expanded when they have custom lowering. llvm-svn: 261570
* AMDGPU: Split LDS vector loadsMatt Arsenault2015-11-241-4/+21
| | | | | | If properly aligned this could allow using ds_read_b64. llvm-svn: 253975
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+369
llvm-svn: 239657
OpenPOWER on IntegriCloud