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/local-memory-two-objects.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/local-memory-two-objects.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/local-memory-two-objects.ll | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/local-memory-two-objects.ll b/llvm/test/CodeGen/AMDGPU/local-memory-two-objects.ll index c5deac39392..969769bea6f 100644 --- a/llvm/test/CodeGen/AMDGPU/local-memory-two-objects.ll +++ b/llvm/test/CodeGen/AMDGPU/local-memory-two-objects.ll @@ -32,9 +32,7 @@ ; EG-NOT: LDS_READ_RET {{[*]*}} OQAP, T[[ADDRR]] ; SI: v_add_i32_e32 [[SIPTR:v[0-9]+]], vcc, 16, v{{[0-9]+}} ; SI: ds_read_b32 {{v[0-9]+}}, [[SIPTR]] -; CI-DAG: ds_read_b32 {{v[0-9]+}}, [[ADDRR:v[0-9]+]] offset:16 -; CI-DAG: ds_read_b32 {{v[0-9]+}}, [[ADDRR]] - +; CI: ds_read2_b32 {{v\[[0-9]+:[0-9]+\]}}, {{v[0-9]+}} offset1:4 define void @local_memory_two_objects(i32 addrspace(1)* %out) { entry: %x.i = call i32 @llvm.r600.read.tidig.x() #0 |