diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-09-09 22:29:28 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-09-09 22:29:28 +0000 |
commit | 0efdd06b22e697ae072bbe76071cb53b8ffb1ee0 (patch) | |
tree | 8079d1b166e40e77865d5a346356d12ed090e360 /llvm/test/CodeGen/AMDGPU/promote-alloca-stored-pointer-value.ll | |
parent | 1837152a345c533286a409424590d236b0652691 (diff) | |
download | bcm5719-llvm-0efdd06b22e697ae072bbe76071cb53b8ffb1ee0.tar.gz bcm5719-llvm-0efdd06b22e697ae072bbe76071cb53b8ffb1ee0.zip |
AMDGPU: Run LoadStoreVectorizer pass by default
llvm-svn: 281112
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/promote-alloca-stored-pointer-value.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/promote-alloca-stored-pointer-value.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/promote-alloca-stored-pointer-value.ll b/llvm/test/CodeGen/AMDGPU/promote-alloca-stored-pointer-value.ll index 307eca712cc..3bcbb4f986b 100644 --- a/llvm/test/CodeGen/AMDGPU/promote-alloca-stored-pointer-value.ll +++ b/llvm/test/CodeGen/AMDGPU/promote-alloca-stored-pointer-value.ll @@ -1,5 +1,5 @@ -; RUN: llc -march=amdgcn -mattr=+promote-alloca -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s -; RUN: llc -march=amdgcn -mattr=-promote-alloca -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s +; RUN: llc -march=amdgcn -mattr=+promote-alloca,+max-private-element-size-4 -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s +; RUN: llc -march=amdgcn -mattr=-promote-alloca,+max-private-element-size-4 -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s ; Pointer value is stored in a candidate for LDS usage. |