diff options
| author | Changpeng Fang <changpeng.fang@gmail.com> | 2016-05-26 19:35:29 +0000 |
|---|---|---|
| committer | Changpeng Fang <changpeng.fang@gmail.com> | 2016-05-26 19:35:29 +0000 |
| commit | 71369b3a3988d6a1a78d70ec87687905545650d9 (patch) | |
| tree | 66e97d9d1446d4fc2b1ad00111e20c12008a7bb7 /llvm/test/CodeGen/AMDGPU/llvm.memcpy.ll | |
| parent | ae21491819051aa41f1e51f597b03764b0093476 (diff) | |
| download | bcm5719-llvm-71369b3a3988d6a1a78d70ec87687905545650d9.tar.gz bcm5719-llvm-71369b3a3988d6a1a78d70ec87687905545650d9.zip | |
AMDGPU/SI: Enable load-store-opt by default.
Summary: Enable load-store-opt by default, and update LIT tests.
Reviewers: arsenm
Differential Revision: http://reviews.llvm.org/D20694
llvm-svn: 270894
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/llvm.memcpy.ll')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/llvm.memcpy.ll | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/llvm.memcpy.ll b/llvm/test/CodeGen/AMDGPU/llvm.memcpy.ll index 2bd9e166496..8398309d752 100644 --- a/llvm/test/CodeGen/AMDGPU/llvm.memcpy.ll +++ b/llvm/test/CodeGen/AMDGPU/llvm.memcpy.ll @@ -153,15 +153,11 @@ define void @test_small_memcpy_i64_lds_to_lds_align4(i64 addrspace(3)* noalias % ; FIXME: Use 64-bit ops ; FUNC-LABEL: {{^}}test_small_memcpy_i64_lds_to_lds_align8: -; SI: ds_read_b64 -; SI: ds_read_b64 -; SI: ds_read_b64 -; SI: ds_read_b64 - -; SI: ds_write_b64 -; SI: ds_write_b64 -; SI: ds_write_b64 -; SI: ds_write_b64 +; SI: ds_read2_b64 +; SI: ds_read2_b64 + +; SI: ds_write2_b64 +; SI: ds_write2_b64 ; SI-DAG: s_endpgm define void @test_small_memcpy_i64_lds_to_lds_align8(i64 addrspace(3)* noalias %out, i64 addrspace(3)* noalias %in) nounwind { |

