summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/promote-alloca-stored-pointer-value.ll
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2016-09-09 22:29:28 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2016-09-09 22:29:28 +0000
commit0efdd06b22e697ae072bbe76071cb53b8ffb1ee0 (patch)
tree8079d1b166e40e77865d5a346356d12ed090e360 /llvm/test/CodeGen/AMDGPU/promote-alloca-stored-pointer-value.ll
parent1837152a345c533286a409424590d236b0652691 (diff)
downloadbcm5719-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.ll4
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.
OpenPOWER on IntegriCloud